@import url(reset.php);
*{margin:0;padding:0;outline:0}
html{height:100%}
input[type="submit"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner{border:0}
a{color:#C00;text-decoration:none}
a:hover{text-decoration:underline}
img{border:0;vertical-align:middle}
ul,li{list-style-type:none}
h1{color:#000;width:430px;margin:0 auto 25px 0;font-size:18px;}
/**h4{margin-top:-10px;margin-bottom:30px;color:#900}**/
textarea{font-size:12px;font-family:Calibri,Arial,Verdana;overflow:auto}
fieldset{border:1px solid #555;padding:10px;width:740px}
body:before{
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
body{
	background-color:#FFF;
	background-image:url(/images/bgs/bg.php);
	background-repeat:repeat;
	font-size:12px;
	color:#333;
	padding:0;
	margin:0;
	height:100%;
}
input,select{
	font-size:12px;
	border:1px solid #999;
	margin:3px;
	vertical-align:middle;
}
#body{
	width:740px;
	margin:0 auto 0 auto;
	display:table;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000');
font-family:Arial,Verdana,Tahoma;
}
.lang_div{
	width:740px;
	margin:10px auto -5px auto;
}
#top_header{
	position:relative;
	clear:both;
	width:740px;
	display:table;
}
#header{
	position:relative;
	clear:both;
	width:740px;
	height:300px;
	display:table;
	background-color:;
	background-image:;
	background-repeat:no-repeat;
	background-position:center;
}
#header>#site_title{
	color:#FFF;
	text-indent:20px;
	font-size:26px;
	margin-top:55px;
	display:inline;
	position:absolute;
}
#header>#site_slogan{
	color:#FFF;
	text-indent:20px;
	font-size:16px;
	margin-top:100px;
	float:right;
	display:inline;
	position:absolute;
}
#main_menu{
	width:740px;
 	display:table;
	border-top:0px solid #FFF;
	border-bottom:2px solid #222;
	line-height:2.2em;
	height:2.2em;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	background:#222;
}
#main_menu>ul#main-nav{
	padding:2px;
	text-align:left;
	height:2.2em;
	position:relative;
	list-style:none;
}
#main_menu>ul#main-nav li{
	display:inline;
	list-style:none;
}
#main_menu>ul#main-nav>li>a{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	padding:5px 10px;
	outline:0;
	position:relative;
	height:100%;
	float:left;
}
#main_menu>ul>li>a:hover,#main_menu>ul>li>a.current{background:#00A2AF;color:#FFF !important}
.sub-links{
	display:none;
 	position:absolute;
	width:98%;
	top:44px;
	text-align:left;
	height:29px;
}
.sub-links li a{
	margin-right:0;
	margin-left:-1px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	padding:6px 8px;
	outline:0;
	position:relative;
	top:-2px;
	float:none;
	height:100%;
}
#main-nav li .sub-links li a:hover{background:#222;color:#F00}
#sub-link-bar{
	display:block;
	background:#4C4C4C;
	min-height:0px;
	height:0px;
}
#body>#body_cont{
	width:740px;
	margin:0 auto;
	padding-bottom:30px;
 	background:#333;
	overflow:hidden;
}
#body>#body_cont>#content{
	float:left;
	width:430px;
	padding:10px;
	/**
 * background:#FFF;
 */
	background:#EEE;
	color:#000;
	margin-bottom:-1000px;
	padding-bottom:1000px;
	line-height:1.5em;
	text-align:justify;
	font-family:Calibri,Arial,Verdana;
}
#body>#body_cont>#left_side,#body>#body_cont>#right_side{
	float:left;
	width:139px;
	padding:3px;
	background:#333;
	color:#000;
	margin-bottom:-1000px;
	padding-bottom:1000px;
}
#body>#body_cont>#left_side a,#body>#body_cont>#right_side a{
	color:#FFF !important;
}
#body>#body_cont>#left_side a:hover,#body>#body_cont>#right_side a:hover{
	color:#000 !important;
}
#body>#body_cont>#left_side>div.box_title, #body>#body_cont>#right_side>div.box_title{
	width:139px;
	height:25px;
	display:table;
	background:#000;
	color:#F00;
	text-indent:5px;
	line-height:2em;
	text-align:center;
	font-weight:bold;
}
#body>#body_cont>#left_side>span,#body>#body_cont>#right_side>span{
	width:139px;
	display:table;
	padding:8px 0;
	margin-bottom:8px;
	text-align:center;
}
#body>#body_cont>#left_side li,#body>#body_cont>#right_side li{float:left;}
#body>#body_cont>#left_side li img,#body>#body_cont>#right_side li img{margin-right:5px;}
#body>#body_cont>#left_side li a,#body>#body_cont>#right_side li a{
	display:block;
	width:139px;
	margin-top:1px;
	font-weight:normal;
	text-decoration:none;
	color:#FFF;
	background:#900;
	text-indent:4px;
 	vertical-align:middle;
	line-height:2em;
	text-align:left
}
#body>#body_cont>#left_side li a:hover, #body>#body_cont>#left_side li a.selected,#body>#body_cont>#right_side li a:hover, #body>#body_cont>#right_side li a.selected{
	background:#900;
	color:#000;
}
ul#menu, ul#menu ul{
  margin:0;
  padding:0;
  width:139px;
}
ul#menu a {
  display: block;
  text-decoration: none;
  text-indent:5px;
}
ul#menu li{margin-top:1px;}
ul#menu li a {
  background:#222;
  color:#FFF;
  line-height:2em;
}
ul#menu li a:hover {
  background:#00A2AF;
  color:#FFF;
}
ul#menu li ul li a {
  background:#4C4C4C;
  color:#FFF;
  text-indent:15px;
}
ul#menu li ul li a:hover {
  background:#222;
  color:#F00;
  text-indent:15px;
}
#footer{
	width:740px;
	margin:0 auto;
	background:#222;
	position:relative;
	margin-top:-30px;
	display:table;
	clear:both;
	color:#CCC !important;
	font-size:10px;
	line-height:1.5em;
}
#footer a{color:#CCC;text-decoration:underline}
#footer>*{margin:auto}
#footer>#m_footer{text-align:center;line-height:3em}
#success,#info,#alert,.success,.info,.alert{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
#success,.success{
	background:#C0FF88 url(/images/tick.png) 10px center no-repeat;
	color:#000;
	display:table;
	text-align:center;
	border:1px solid #A1DA5F;
	margin-bottom:2px;
	width:430px;
	display:table;
	line-height:2em;
	z-index:999;
}
#info,.info{
	background:#C2D8EF url(/images/info.png) 10px center no-repeat;
	color:#000;
	text-align:center;
	border:1px solid #40A0CF;
	margin-bottom:10px;
	width:430px;
	display:table;
	line-height:2em;
	z-index:999;
}
#alert,.alert{
	background:#FFAFB0 url(/images/delete.png) 10px center no-repeat;
    display:table;
	color:#000;
	text-align:center;
	border:1px solid #E00;
	margin-bottom:10px;
	width:430px;
	display:table;
	line-height:2em;
	z-index:999;
}
.left{float:left}
.right{float:right}
.cart_prod{
	width:133px;
	display:table;
	padding:2px;
	border:1px solid #DDD;
	background:#FFF;
	color:#000;
	margin:3px auto;
	text-align:left;
	line-height:1.5em;
}
.cart_prod_name{width:129px;line-height:1.5em;background:#EEE;padding:2px;display:table}
.cart_prod_name>div{width:109px;float:left}
.order_div{width:120px;margin:10px auto 0;display:table}
.order_btn{color:#000;border:1px solid #FFF;padding:2px 5px;font-size:11px;cursor:hand;cursor:pointer}
.order_btn2{background:#EEE url(/images/cart_go2.png) 5px center no-repeat;color:#000;height:30px;padding:0 5px;text-indent:22px;cursor:hand;cursor:pointer}
.webshop_order{width:700px;height:400px;padding:10px;background:#FFF;color:#000;display:table}
.order_table{width:98%;}
.order_table tr{line-height:1.5em;text-align:center}
.order_table td{padding:5px}
.order_table thead tr {background:#EEE;color:#000;font-weight:bold;line-height:2.5em}
.order_footer_div{background:#333;color:#FFF;width:98%;display:table;line-height:2.5em;padding:0 5px;margin-top:40px}
.cart_input{width:30px;padding:1px 2px;background:#FFF;font-size:10px;text-align:center}
.cart_add_to{width:16px;height:16px;border:0;background:url(/images/cart_add.png) center no-repeat;margin:0 8px;cursor:hand;cursor:pointer}
.trans_div{line-height:1.5em;margin-top:20px;border-top:0px solid #DDD;padding-bottom:5px}
.trans_div>b{display:block;margin:5px 0}
.trans_div>.input,.trans_div>.textarea{padding:2px 3px;width:250px;background:#FFF;border:1px solid #CCC}
.trans_div>.textarea{height:60px;}
.trans_div>.input:focus,.trans_div>.textarea:focus{border:1px solid #333}

