/* база */
body { 
 font-family : arial,tahoma,helvetica,verdana,sans-serif; 
 font-size: 12px;
 background-color: white;
 color: black;
}

p, td { 
 font-family : arial,tahoma,helvetica,verdana,sans-serif; 
 font-size: 12px;
 color: black;
}

a.or:link, a.or:visited, a.or:active 
{font-size: 12px; color: rgb(255, 128, 0); font-weight: bold;
 text-decoration: none
}

a.or:hover
{font-size: 12px; color: rgb(255, 128, 0);
 font-weight: bold; text-decoration: underline
}

a.gr:link, a.gr:visited, a.gr:active 
{font-size: 12px; color: #33CC00; font-weight: bold;
 text-decoration: none
}

a.gr:hover
{font-size: 12px; color: #33CC00;
 font-weight: bold; text-decoration: underline
} 

a.red:link, a.red:visited, a.red:active 
{font-size: 12px; color: #CC0000; font-weight: bold;
 text-decoration: none
}

a.red:hover
{font-size: 12px; color: #CC0000;
 font-weight: bold; text-decoration: underline
} 
a.bl:link, a.bl:visited, a.bl:active 
{
	font-size: 13px;
	color: #006699;
	font-weight: bold;
	text-decoration: none
}

a.bl:hover
{
	font-size: 13px;
	color: #1EB3E4;
	font-weight: bold;
	text-decoration: underline
} 
/*верхняя надпись в журнале*/
.orange {  background-color: #FF9900; font-size: 16px; color: white; font-weight: bold;}

.copy {font-size: 13px; color: #33CC00;}

.lyel  {  background-color: #FFFF99}
.fontor {  background-color: white; color: rgb(255, 128, 0)}

/* заголовки страниц */

h1  { font-size: 22px; font-weight: bold; color: rgb(255, 128, 0); text-align: center}
h2  { font-size: 20px; font-weight: bold; color: #33CC00; text-align: center}
h3 { font-size: 18px; font-weight: bold; color: red;  text-align: center}
.tit { font-size: 22px; font-weight: bold; color: rgb(255, 128, 0);  text-align: center }
.t1 { font-size: 20px; font-weight: bold; color: #33CC00;  text-align: center}
.tb { background-color: #FFFF00; color: black }
.red { font-weight: bold; color: red}
.pink { font-weight: bold; color: pink}




.validation {
    color: #A00000;
    padding: 8px 0px;
    display: none;
    font-size: 90%;
}


.success{
    background: #F0FAE1;
    color: green;
    padding: 10px 20px;
	border: 1px solid green;
}
.successBig {
    background: #FFFF33;
    color: red;
    padding: 60px 20px;
	border: 1px solid red;
}
.success { font-size: 16px; }
.successBig {
   font-size:18px;
   border-width:1px;
   margin:30px;
   font-weight:bold;
   text-align:center;
   
   height:90px;
}

.error {
    background: #fff0f0;
    color: red;
    font-size: 16px;
    padding: 10px 20px;
	border: 1px solid red;
	/*display: none;*/
	opacity:0;
	margin-top:5px;
}

#cart {
    border: 1px solid #e0e0e0;
    padding: 8px 12px;
    font-size: 13px;
    background: white;
}

.incart_button {
	display:block;
	width:107px;
	height:37px;
	background: url(./img/incart.png) no-repeat 0 -37px transparent;
	font-size:1px;
	cursor:pointer;
	border:none;
	margin-bottom:10px;
}
.incart_button:hover {
	background-position: 0 0;
}
.clearcart_button {
	width:150px;
	height:37px;
	background: url(./img/clearcart.png) no-repeat 0 -37px transparent;
	font-size:1px;
	cursor:pointer;
	border:none;
	/*margin-bottom:10px;*/
	display:block;
}
.clearcart_button:hover {
	background-position: 0 0;
}
.toorder_button {
	width:150px;
	height:37px;
	background: url(./img/toorder.png) no-repeat 0 -37px transparent;
	font-size:1px;
	cursor:pointer;
	border:none;
	/*margin-bottom:10px;*/
	display:block;
}
.toorder_button:hover {
	background-position: 0 0;
}
