/*#############################################################
Name: Borivan Bulgaria
Date: 2007-04-03
Author: Parabaleum
URL: http://parabaleum.com
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a {color: #446A8F;}
a:hover {color: #333333;}

body {
	padding: 0;
	margin: 0;
	color: #444;
	font: normal 62.5% Arial,Helvetica,Verdana,sans-serif; /* Resets 1em to 10px */
	background-color: #01345f;
	background-image: url(img/bodybg.jpg);
	background-repeat: repeat-y;
}

p,code,ul {padding-bottom: 1.2em;}

/*li {list-style: none;}*/

h1 {
	font: normal 1.8em Arial,Helvetica,Verdana,sans-serif;
	margin-bottom: 18px;
}
h2 {
	margin-bottom: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0190ee;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0190ee;
}


code {
	background:#FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Arial,Helvetica,Verdana,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}


/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #cfdceb;
  /*background: #E7F1F3;*/
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}

/*blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}*/



/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	padding: 0px;
}

/* header */
.top {
	background: url(img/headerbg.jpg) repeat-x;
	padding: 1px 10px 0;
}

/* title */
.header {
	font-size: 12px;
	height: 150px;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #b1c2d8;
	height: 150px;	
}
.header .left {
	background: #B3C2C7 url(img/header.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 779px;
}
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {
	/*background: #D9E1E5 url(img/nav.gif);*/
	border: 1px solid #DFEEF7;
	border-color: #B1C2D8;
	height: 31px;
	background-color: #C4D4E6;
}
.navigation a {
	background:url(img/nav.gif); 
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: normal 12px sans-serif;
	line-height: 31px;
	padding: 0 16px;
	text-decoration: none;
}
.nav {
	background: #b1c2d8 ;
	color: #456;
	display: block;
	float: left;
	font: normal 12px sans-serif;
	line-height: 31px;
	text-decoration: none;
}
.nav a {
	background: #b1c2d8;
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	line-height: 31px;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
}
.navigation a:hover {
	background-position: left bottom; color: #234;
	text-decoration: underline;
}

/* main */
.main {
	background-image: url(img/ripplebg.jpg);
	background-repeat: repeat;
	text-align: center;
}



/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #554;
	font-size: 12px;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	/*border-top: 1px solid #cfdceb;*/
}
.sidenav li {border-bottom: 1px solid #cfdcef;}
.sidenav li a {
	font-size: 12px;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	/*background: #F0F0EB;*/
	color: #cfdcef;	
	font-weight: bold;
}

/* content */

.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}


.content .descr {
	color: #664;
	font-size: 10px;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}
.content p {font-family: Arial,Helvetica,Verdana, sans-serif;
}
/*content navigation*/
.contnav {
	color: #446A8F;
	font: bold 1em sans-serif;
	text-align: left;
	
}

.contnav a {
	color: #446A8F;
}

.contnav a:hover {
	color: #cfdcef;	
}

.contentFull {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 720px;
}


.contentFull .descr {
	color: #664;
	font-size: 10px;
	margin-bottom: 6px;
}
.contentFull li {
	margin-left: 18px;
}
.contentFull p {
	font-family: Arial,Helvetica,Verdana,  sans-serif;
}


/*content navigation*/
.contnav {
	color: #446A8F;
	font: bold 1em;
	font-family: Arial,Helvetica,Verdana,  sans-serif;
	text-align: left;
	
}

.contnav a {
	color: #446A8F;
}

.contnav a:hover {
	color: #cfdcef;	
}

/* footer */
.footer {
	font-size: 0.90em;
	background: url(img/bgfooter.jpg) repeat-x;
	color: #446A8F;
	font-family: Arial,Helvetica,Verdana,  sans-serif;
	line-height: 37px;
	text-align: center;
}

.footer a {
	color: #456;
}

.footer a:hover {
/*	color: #cfdcef;	*/
	color: white;	
}


/* ganbox.com ----------------------------- */
a:link {
	color: #446A8F;
	text-decoration: none;
}
a:hover {
	color: #446A8F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style3 {color: #446A8F}
.style4 {font-size: 12px}
.style7 {font-size: 14px; font-weight: bold; color: #446A8F; }
.style17 {color: #446A8F; font-size: 12px; }
.style22 {font-size: 12px}
.style23 {font-size: 13px}
.style24 {font-size: 13px; font-weight: bold; }
.style26 {font-size: 12px}

.langSwitch {
	clear: both;
	background: #b1c2d8 ;
	display: block;
	float: right;
	line-height: 31px;
	text-decoration: none;
	padding: 0px 0px;
}
.langSwitch a {
	clear: both;
	background: #b1c2d8 ;
	display: block;
	float: right;
	line-height: 31px;
	text-decoration: none;
	padding: 0px 0px;
}
.langSwitch img {
	padding: 0px;
}
.langSwitch a:hover {color: #456;}
strong {font-weight: normal;}
.success {
	color: #415F00;
	font: normal 1.2em Arial,Helvetica,Verdana,sans-serif;
	margin-bottom: 14px;
}

.footerMenu {
	color: #446A8F;
	background: url(img/bgfooter.jpg) repeat-x;
	font-size: 0.80em;
	font-family: Arial,Helvetica,Verdana,  sans-serif;
	line-height: 37px;
	text-align: center;
}

.footerMenu a {
	color: #456;
}

.footerMenu a:hover {
	color: white;	
	text-decoration: underline;
}
.footerMenuSelected {
	color: #446A8F;
}

.style3 {color: #446A8F}
.style22 {
	font-size: 12px
}
.style24 {font-size: 13px; font-weight: bold; }
a:link {
	color: #446A8F;
	text-decoration: none;
}
a:hover {
	color: #446A8F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: inherit;
}
.style23 {font-size: 13px}
.style7 {font-size: 14px; font-weight: bold; color: #446A8F; }


/*rounded corners*/

.holder
{
	width:250px;
	text-align:left;
	float: left;
	margin-bottom: 20px;
	margin-left: 4px;
	margin-right: 4px;
		}
.header-box{
	height:15px;
	
	background-image: url(img/top-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}				
.content-box{
	background-image: url(img/boxbg.png);
	background-repeat: repeat-y;
	float: left;
	width: 250px;
		}
.content-box h2 {
	background-color: #FACD00;
	float: right;
	width: 240px;
	text-align: left;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: 1em;
	height: 25px;
	text-align:right;
}

.bottom-box{
	color:#fff;
	background-image: url(img/bottom-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	width: 250px;
	height: 15px;
		}	
		
/*end rounded corners*/
					
.inside {
	width: 250px;
	clear: both;

}
.desc {
	width: 100px;
	float: right;
	padding-right: 6px;
	text-align: left;
}
.desc  p {
	color: #333333;
	height: 190px;
	overflow: hidden;
}
.desc_cart {
	width: 100px;
	float: right;
	padding-right: 6px;
	text-align: left;
}
.desc_cart p {
	color: #333333;
}


.product-id a {
	font-size: 0.9em;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}


.inside img {
	width: 130px;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
	max-height: 150px;
}
.button {
	text-align: left;
	margin-top: 5px;
	margin-left: 9px;
	
}
.catalog-link {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
}
.catalog-link a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FACD00;
	font-weight: bold;
	font-size: 1em;
	text-decoration: underline;
	line-height: 2.3em;
}
.catalog-link a:hover {
	color: #FFFFFF;
}
.catalog-link img {
	float: left;
	margin-right: 5px;
}
.shoping-cart {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.shoping-cart a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FACD00;
	font-weight: bold;
	font-size: 1em;
	text-decoration: underline;
	line-height: 2.3em;
}
.shoping-cart a:hover {
	color: #FFFFFF;
}
.shoping-cart img {
	float: left;
	margin-right: 5px;
}

.product {
	text-align:left;
	margin-left: 4px;
	margin-right: 4px;
	background-color: #93d9fb;
	margin-bottom: 20px;
	float: left;
	clear: left;
}
.quantity {
	text-align: left;
}
.quantity label {
	font-size:0.9em;
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-left: 12px;
	margin-right: 5px;
	float: left;
}
.qty {
	width: 40px;
}
.reset {
	padding-left: 15px;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url(img/delete.png);
	background-repeat: no-repeat;
	cursor: pointer;
	color: #CC0000;
	height: 12px;
	float: left;
	clear: left;
}

.cart {
	clear: both;
}
.cart img {
	float: left;
	width: 80px;
	height: 60px;
	border: 5px solid #FACD00;
}

.cart-desc {
	float: left;
	text-align: left;
}
.cart-desc h3 {
	background-color: #FACD00;
	margin-bottom: 15px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.mailform {
	clear: left;
	text-align: right;
	margin-right: 30%;
}
.mailform h3 {
	color: #FACD00;
	padding-bottom: 5px;
	text-decoration: underline;
	margin-top: 15px;
}

.mailform fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 5px;
	color: #fff;
	font-size: 1.5em;
}
.mailform input {



}
hr {
	color: #FACD00;
	border-top-style: dashed;
	margin-top: 15px;
}
.save {
	float: left;
	clear: left;
	padding-left: 40px;
	text-align: left;
}
.save  input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FACD00;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 2.4em;
	background-image: url(img/save.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: #1EAEF7;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FACD00;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 30px;
	text-decoration: none;
	text-align: left;
	height: 26px;
}
h4  {
	font-size: 3.2em;
	font-weight: bold;
	color: #0190ee;
	text-transform: uppercase;
}
h5 {
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 1em;
	text-transform: uppercase;
}

.main h5 {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #88D8FD;
	border-bottom-color: #88D8FD;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(img/titlebg.png);
	background-repeat: repeat;
}
.main h4 {
	width: 100%;
	background-color: #FACD00;
	padding-top: 5px;
	padding-bottom: 5px;
}
