* { 
	padding: 0px;
	margin: 0px;
	outline: none;
}
html, body, * html #main { 
	height: 100%;
}
img, fieldset {
	border: none;
	/*padding-bottom: 30px;*/
}
ul {
	list-style: none;
	padding: 0;
}
body {
	color: #2D3137;
	font: 12px Arial;
	background: url(../img/bg_top.gif) repeat-x;
	behavior: url("csshover.htc");
}
#main {
	width: 1002px;
	min-height: 100%;
	margin: 0 auto -160px auto;
	position: relative;
}
#top {
	width: 1002px;
	height: 100px;
	background: url(../img/top_bg.jpg) no-repeat;
	float: left;
}
#top #logo {
	width: 305px;
	padding: 0 0 0 30px;
	float: left;
}
#top #top_txt {
	width: 333px;
	color: #FFF;
	font: 37px Arial;
	text-align: center;
	padding: 40px 0 0 0;
	float: left;
}
#top #nav {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../img/nav_items.gif");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 500px auto;
    color: #474747;
    float: right;
    height: 32px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    width: 500px;
}
#top #nav li {
	padding: 8px 4px 0 0;
	position: relative;
	z-index: 2;
	float: left;
}
#top #nav li.drop {
	width: 88px;
	padding: 8px 0 0 6px;
}
#top #nav li.txt {
	padding: 9px 8px 0 0;
}
#top #nav li a {
	color: #474747;
	text-decoration: none;
	cursor: pointer;
	padding: 1px 0 1px 21px;
	float: left;
}
#top #nav li a.facebook {
	background: url(../img/icon_facebook.gif) no-repeat;
}
#top #nav li a.twiter {
	background: url(../img/icon_twiter.gif) no-repeat;
}
a.lt {
	background: url(../img/flags.gif) no-repeat 0 1px;
}
a.ru {
	background: url(../img/flags.gif) no-repeat 0 -49px;
}
a.en {
	background: url(../img/flags.gif) no-repeat 0 -99px;
}
a.de {
	background: url(../img/flags.gif) no-repeat 0 -149px;
}
a.fc {
	background: url(../img/flags.gif) no-repeat 0 -199px;
}
a.lv {
	background: url(../img/flags.gif) no-repeat 0 -249px;
}
a.pl {
	background: url(../img/flags.gif) no-repeat 0 -299px;
}
#top #nav li.drop span {
	background: url(../img/nav_items.gif) no-repeat right -45px;
	padding: 0 10px 0 0;
	float: left;
}
#top #nav li:hover.drop {
	background: url(../img/drop_bg.png) no-repeat;
}
#top #nav li:hover div {
	width: 94px;
	display: block;
	position: absolute;
	top: 24px;
	right: 0;	
}
#top #nav li div ul {
	width: 94px;
	background: url(../img/drop_bg.png) no-repeat 0 bottom;
	padding: 0 0 3px 0;
	float: left;
}
#top #nav li div ul li {
	width: 88px;
	padding: 1px 0 1px 6px;
	float: left;
}
#top #menu {
    clear: right;
    float: right;
    font: 12px Arial;
    height: 32px;
    padding: 0 0px;
    position: absolute;
    right: 0;
    top: 33px;
    width: 240px;
}
#top #menu li {
	background: url(../img/menu_items.gif) no-repeat right 10px;
	padding: 8px 13px 0 0;
	margin: 0 13px 0 0;
	position: relative;
	z-index: 1;
	float: left;
}
#top #menu li.last {
	background: none;
	padding: 8px 0 0 0;
	margin: 0;
}
#top #menu li a {
	color: #8F9295;
	text-decoration: none;
	float: left;
}
#top #menu li a.drop {
	background: url(../img/menu_items.gif) no-repeat right -19px;
	padding: 0 10px 0 0;
}
#top #menu li:hover div {
	width: 78px;
	display: block;
	position: absolute;
	top: 23px;
	left: -10px;
}
#top #menu li div ul {
	width: 78px;
	background: url(../img/drop_bg.png) no-repeat -100px bottom;
	padding: 8px 0 5px 0;
	float: left;
}
#top #menu li div ul li {
	width: 58px;
	background: none;
	padding: 2px 10px;
}
#top #nav li div, #top #menu li div {
	display: none;
}
#left_sidebar {
	width: 202px;
	padding: 0 0 10px 0;
	float: left;
}
#right_sidebar {
	width: 202px;
	padding: 0 0 10px 0;
	float: right;
}
#left_sidebar h2, #right_sidebar h2 {
	width: 202px;
	height: 35px;
	color: #FFF;
	font: 12px Arial;
	text-align: center;
	text-transform: uppercase;
	padding: 24px 0 0 0;
	float: left;
}

#left_sidebar h2 a, #right_sidebar h2 a{
	text-decoration: none;
	color: #FFF;
}

#left_sidebar h2 {
	background: url(../img/sidebar_top_bottom.jpg) no-repeat;
}
#right_sidebar h2 {
	background: url(../img/sidebar_top_bottom.jpg) no-repeat right 0;
}
#left_sidebar h2.spec {
	background: url(../img/sidebar_top_bottom.jpg) no-repeat 0 -100px;
}
#right_sidebar h2.spec {
	background: url(../img/sidebar_top_bottom.jpg) no-repeat right -100px;
}
#right_sidebar h2.facebook {
	text-align: left;
}
#right_sidebar h2.facebook img {
	margin: -2px 0 0 15px;
	float: left;
}
#left_sidebar .top, #right_sidebar .top, #left_sidebar .bottom, #right_sidebar .bottom {
	width: 202px;
	height: 9px;
	font-size: 0;
	float: left;
}
#left_sidebar .top {
	background: url(../img/sidebar_top_bottom.jpg) no-repeat 0 0;
}
#right_sidebar .top {
	background: url(../img/sidebar_top_bottom.jpg) no-repeat right 0;
}
#left_sidebar .bottom {
	background: url(../img/sidebar_top_bottom.jpg) no-repeat 0 bottom;
	border-bottom: 12px solid #FFF;
}
#right_sidebar .bottom {
	background: url(../img/sidebar_top_bottom.jpg) no-repeat right bottom;
	border-bottom: 12px solid #FFF;
}
#left_sidebar #submenu {
	width: 178px;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	margin: 0 0 0 12px;
	display: inline;
	float: left;
}
#left_sidebar #submenu li {
	width: 178px;
	float: left;
}
#left_sidebar #submenu li a {
	color: #464646;
	font: bold 11px Arial;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../img/submenu_items.gif) no-repeat #F3F3F3 10px center;
	padding: 5px 5px 5px 20px;
	display: block;
}
#left_sidebar #submenu li ul li a {
	font: 12px Arial;
	text-transform: none;
	background: none;
	padding: 1px 5px 5px 28px;
}

#left_sidebar #submenu li ul li a.act {
	text-decoration: underline;	
}

#left_sidebar #submenu li ul li a:hover {
	text-decoration: underline;
}

#left_sidebar #submenu li .new {
	color: #FFF;
	background: #FF2424;
	padding: 0 4px;
	margin: 0 0 0 3px;
}

#right_sidebar #tools {
	width: 178px;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	margin: 0 0 0 10px;
	display: inline;
	float: left;
}
#right_sidebar #tools li {
	width: 178px;
	float: left;
}
#right_sidebar #tools li a {
	color: #464646;
	font: bold 11px Arial;
	text-decoration: none;
	text-transform: uppercase;
	background: #FFFFFF 10px center;
	padding: 1px 5px 1px 20px;
	display: block;
}

#right_sidebar #tools li a:hover {
	background: #F3F3F3 10px center;	
}


#right_sidebar #tools li a.active {
	color: #464646;
	font: bold 11px Arial;
	text-decoration: none;
	text-transform: uppercase;
	background: #F3F3F3 10px center;
	padding: 5px 5px 5px 20px;
	display: block;
}

#left_sidebar #news {
	width: 178px;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	margin: 0 0 0 12px;
	display: inline;
	float: left;
}

#left_sidebar #news li {
	width: 178px;
	float: left;
}

#left_sidebar #news li a {
	color: #464646;
	font: bold 11px Arial;
	text-decoration: none;
	background: url(../img/submenu_items.gif) no-repeat #FFFFFF 10px center;
	padding: 5px 5px 5px 20px;
	display: block;
}

#left_sidebar #news li a:hover{
	background: url(../img/submenu_items.gif) no-repeat #F3F3F3 10px center;
}

#left_sidebar #login {
	margin:0 0 0 12px;
	width:168px;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	display: inline;
	float: left;
	padding: 0 5px;
}

#left_sidebar #login .company {
	width:164px;
	font-size: 11px;
	padding: 0px 2px;
}

#left_sidebar #login .name {
	font-size: 13px;
	font-weight: bold;
	width:164px;
	padding: 0px 2px;
}

#left_sidebar #login .sep {
	border-bottom:1px solid #D6D6D6;
	width:168px;
	margin: 5px 0;
}

#left_sidebar #login .buttons {
	width:164px;
	padding: 0px 2px;	
}

#right_sidebar #newsletter, #right_sidebar #search, #right_sidebar #login, #right_sidebar #cart, #right_sidebar #list {
	width: 168px;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	padding: 0 5px;
	margin: 0 0 0 10px;
	display: inline;
	float: left;
}
#right_sidebar #newsletter .input, #right_sidebar #search .input, #right_sidebar #login .input {
	color: #474747;
	font: 12px Arial;
	border: 1px solid #CCC;
	padding: 3px 2px;
	float: left;
}
#right_sidebar #search .input {
	width: 162px;
	margin: 0 0 5px 0;
}

#right_sidebar #newsletter .input {
	width: 162px;
	margin: 0 0 5px 0;
}
#right_sidebar #login .input {
	width: 162px;
	margin: 0 0 5px 0;
}

#right_sidebar #search .url {
	color: #474747;
	margin: 5px 0 0 0;
	float: left;
}

#right_sidebar #newsletter .url {
	color: #474747;
	margin: 5px 0 0 0;
	float: right;
}
#right_sidebar #login .url {
	color: #474747;
	margin: 5px 0 0 0;
	float: left;
}
#right_sidebar #cart li {
	width: 168px;
	border-bottom: 1px solid #D6D6D6;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	float: left;
}
#right_sidebar #cart li.last {
	text-align: center;
	border-bottom: 0;
	padding: 0 0 5px 0;
	margin: 0;
}
#right_sidebar #cart li .remove {
	margin: 0 8px 0 5px;
	float: right;
}
#right_sidebar #cart li .foto {
	margin: 0 10px;
	float: left;
}
#right_sidebar #cart li strong {
	display: block;
}
#right_sidebar #list li {
	width: 168px;
	border-bottom: 1px solid #D6D6D6;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	float: left;
}
#right_sidebar #list li.last {
	border-bottom: 0;
	padding: 0 0 5px 0;
	margin: 0;
}
#right_sidebar #list li .foto {
	margin: 0 10px;
	float: left;
	width: 20px;
	overflow:hidden;
	text-align:center;
}
#right_sidebar #list li strong {
	display: block;
}
#right_sidebar .facebook_box {
	width: 180px;
	padding: 5px 5px 10px 5px;
	border-bottom: 12px solid #FFF;
	margin: -10px 0 0 6px;
	display: inline;
	float: left;
}
#right_sidebar .ad{
	width: 178px;
	text-align: center;
	/*border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;*/
	margin: 0 0 0 10px;
	display: inline;
	float: left;
}
 #left_sidebar .ad {
	width: 178px;
	text-align: center;
	/*border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;*/
	margin: 0 0 0 12px;
	display: inline;
	float: left;
}

#content {
	width: 572px;
	padding: 0 0 10px 13px;
	float: left;
}
#content #slider {
	width: 572px;
	height: 361px;
	margin: 0 0 12px 0;
	position: relative;
	float: left;
}
#content #slider #slider_pages {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#content #slider #slider_pages li {
	float: left;
}
#content #slider #slider_pages a {
	width: 22px;
	height: 18px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	padding: 4px 0 0 0;
	margin: 0 0 0 1px;
	float: left;
}
#content #slider #slider_pages a.active {
	background: url(../img/slider_pages.png) no-repeat;
}
* html #content #slider #slider_pages a.active {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='crop', src='../img/slider_pages.png' );
}
#content #slider .scrollable {
	width: 572px;
	height: 361px;
	position: relative;
	overflow: hidden;
	float: left;
}
#content #slider .scrollable .items {
	width: 20000px;
	position: absolute;
	clear: both;
}
#content #slider .scrollable img {
	width: 572px;
	height: 361px;
	float: left;
}
#content .container {
	width: 562px;
	padding: 45px 5px 10px 5px;
	border-bottom: 12px solid #FFF;
	position: relative;
	float: left;
}
.kurjeris-box
{
	clear: both;
	padding: 0px 0px 0px 0px !important;
}
.paymenthead{
	font-weight: normal !important;
	padding-bottom: 15px !important;
}

#test_orderShipping
{
	margin-bottom: 5px;
}

.deliverymethod
{
	margin-left: 45px !important; 
}
.fileupload-first
{
	padding-bottom: 10px;
}



.fileupload-field
{
	border-bottom: 1px #D6D6D6 solid;
	padding-bottom: 30px;
	margin-bottom: 15px;
}

.send-file-first
{
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.send_button_bg
{
	float:left;
	display: block;
		background: url("bg/ftp_send_bg.gif") repeat-x;
		height: 26px;
		padding: 5px 0px 0 0px;
		text-decoration: none;

}
.send_button_left
{
	margin-left: 440px;
width: 7px;
height: 26px;
background: url("bg/ftp_send_left.gif") no-repeat center center;
float: left;
cursor: pointer;
}
.add_file_left
{
width: 18px;
height: 23px;
background: url("bg/add_file_left.gif") no-repeat center center;
float: left;
cursor: pointer;
margin-left: 410px;
}
.add_file_right
{
width: 4px;
height: 23px;
background: url("bg/add_file_right.gif") no-repeat center center;
float: left;
cursor: pointer;
}
.add_file_bg
{
height: 23px;
background: url("bg/add_file_bg.gif") repeat-x;
text-decoration: none;
float: left;
border: 0;
padding: 4px 4px 0 8px;
font: 14px Arial;
color: white;
padding-bottom: 2px;
}
.atgal
{
	padding-right: 0px;
}
.send_button_right
{
	width: 7px;
height: 26px;
background: url("bg/ftp_send_right.gif") no-repeat center center;
float: left;
cursor: pointer;
}
.file-upload-field-complete
{
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-top: 15px;
	border-bottom: 1px solid #D6D6D6;
	clear: both;

}

.add_file_bg
{
	display: block;
	margin-bottom:5px;
}

#uploadInfoBlock2
{
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #D6D6D6;
}

.paymentboxhead
{
	float: left;
	display: block;
	padding-right: 4px;
	padding-top: 3px;
}

.choose-order
{
	padding-right: 15px;
}

.choose-order-li
{
	border-bottom: 1px #D6D6D6 solid;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.boxhead-method
{
	clear: both;
	margin-top: 15px !important;
	padding-top: 15px !important;
}
.payment-methods-tr
{
	padding-top: 10px;
}
.boxhead
{
	font-weight: bold;
}

#content .box {
	padding: 0 10px 0 10px;
}

.bg_1 {
	background: url(../img/container_bg.gif) no-repeat 0 bottom;
}
.bg_2 {
	background: url(../img/container_bg.gif) no-repeat right bottom;
}
.bg_2_top {
	background: url(../img/container_bg.gif) no-repeat right top;
}

#content .content_bg_1 {
	min-height: 260px;
	_height: 260px;
	background: url(../img/content_bg_1.gif) no-repeat right center;
}
#content .content_bg_2 {
	min-height: 444px;
	_height: 444px;
	background: url(../img/content_bg_2.gif) no-repeat right center;
}
#content .content_bg_3 {
	min-height: 335px;
	_height: 335px;
	background: url(../img/content_bg_3.gif) no-repeat right center;
}
#content .container h1, #content .container h2 {
	width: 572px;
	height: 39px;
	text-align: center;
	position: absolute;
	top: -2px;
	left: 0;
}
#content .bg_1 h1, #content .bg_1 h2 {
	background: url(../img/container_bg.gif) no-repeat 0 2px;
}
#content .bg_2 h1, #content .bg_2 h2 {
	background: url(../img/container_bg.gif) no-repeat right 2px;
}
#content .container h1 span, #content .container h2 span {
	width: 271px;
	height: 27px;
	color: #FFF;
	font: 14px Arial;
	text-transform: uppercase;
	padding: 10px 0 0 0;
	display: inline-block;
}
#content .container h1 span {
	background: url(../img/title_bg.png) no-repeat;
}
#content .container h2 span {
	background: url(../img/title_bg.png) no-repeat 0 bottom;
}
#content h4 {
	font: bold 11px Arial;
	text-align: center;
	padding: 0 0 10px 0;
	clear: both;
	display: block;
}
#product_img {
    max-width: 242px;
}
#content h4.upper {
	text-transform: uppercase;
}

#content h5 {
	font:  18px Arial;
	padding: 0 0 10px 0;
	display: block;
}
#content p {
	font: 12px Arial;
	padding: 0 0 10px 0;
	display: block;
	/*margin-left: 10px;*/
}

#content .product_big {
	width: 280px;
}
#content .product_big.fr {
	width: 280px;
	margin: 0 -5px 0 0;
	display: inline;
}
#content .product_big a.foto, #content .product_small a.foto {
	width: 100px;
	text-align: center;
	margin: 0 10px 0 0;
	overflow: hidden;
	float: left;
}
#content .product_big p, #content .product_small p {
	font: 11px Arial;
	padding: 0 15px 10px 0;
	display: block;
}

#content .request_list p {
	font: 11px Arial;
	padding: 0 5px 0px 0;
	display: block;
}

#content .product_big a.more, #content .product_small a.more, #content .request_list a.more {
	color: #FF3B00;
	font: bold 11px Arial;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
}
#content table.request_list th{
	font-weight: bold;
	padding: 5px 3px;
}
#content table.request_list td{
	border-top: 1px solid #D6D6D6;
	padding: 5px 3px;
}
#content table.request_list td.bold{
	font-weight: bold;
}
#content .product_big .new, #content .product_big .popular, #content .product_big .sale, #content .product_big .xeikon {
	height: 26px;
	font: bold 12px Arial;
	text-transform: uppercase;
	padding: 0 20px 0 0;
	margin: 10px 0;
	float: right;
}
#content .product_big .new span, #content .product_big .popular span, #content .product_big .sale span, #content .product_big .xeikon span {
	height: 21px;
	background: url(../img/new_popular_sale.gif) no-repeat;
	padding: 5px 0 0 10px;
	float: left;
}
#content .product_big .new {
	color: #463600;
	background: url(../img/new_popular_sale.gif) no-repeat right 0;
}
#content .product_big .new span {
	background: url(../img/new_popular_sale.gif) no-repeat;
}
#content .product_big .popular {
	color: #324600;
	background: url(../img/new_popular_sale.gif) no-repeat right -50px;
}
#content .product_big .popular span {
	background: url(../img/new_popular_sale.gif) no-repeat 0 -50px;
}
#content .product_big .xeikon {
	color: #FFF;
	background: url(../img/new_popular_sale.gif) no-repeat right -150px;
}
#content .product_big .xeikon span {
	background: url(../img/new_popular_sale.gif) no-repeat 0 -150px;
}
#content .product_big .sale {
	color: #FFF;
	background: url(../img/new_popular_sale.gif) no-repeat right -100px;
}
#content .product_big .sale span {
	background: url(../img/new_popular_sale.gif) no-repeat 0 -100px;
}

#content .product_big h3 {
	font: bold 15px Arial;
	padding: 0 0 5px 0;
	display: block;	
}

#content .product_small, #content .request_list {
	width: 562px;
	float: left;
}

#content .product_small li, #content .request_list li  {
        position: relative;
	width: 275px;
	height: 100px;
	border-bottom: 1px solid #D6D6D6;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	overflow: hidden;
}

.acc_last {
    border: 0 none !important;
}
#content .product_small li.last, #content .request_list li.last {
	border-bottom: 0;
	padding: 0;
	margin: 0;
}
#content .product_small h3, #content .request_list h3 {
	font: bold 11px Arial;
	padding: 0 0 5px 0;
	display: block;
}
#content .product_small .new, #content .product_small .popular, #content .product_small .sale, #content .product_small .xeikon {
	padding: 0 5px;
	margin: 0 0 5px 0;
	display: inline-block;
}
#content .product_small .new {
	background: #FFD800;
}
#content .product_small .popular {
	color: #FFF;
	background: #6CB000;
}
#content .product_small .sale {
	color: #FFF;
	background: #FF1919;
}
#content .product_small .xeikon {
	color: #FFF;
	background: #FF6A00;
}
#content .product_small .remove {
	margin: 0 10px;
	float: right;
}
#content .product_small .input, #content #desc .input {
	width: 30px;
	font: 12px Arial;
	text-align: center;
	margin: 0 2px;
}

#content .news{
	width: 562px;
	float: left;
	padding-left: 10px;
}

#content .news li  {
	width: 562px;
	border-bottom: 1px solid #D6D6D6;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#content .news li.last {
	border-bottom: 0;
	padding: 0;
	margin: 0;
}

#content .news li  a {
	font: 12px Arial;
}

#content .content p
{
	padding:5px 0;
}

#content .content ul{
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}

#content .content li{
	border: none;
	padding: 0;
	margin: auto;
	width: auto;
	overflow:visible;
}

#content #price_list, #content #catalog, #content .done {
	width: 562px;
	padding: 10px 0;
	float: left;
}
#content #price_list img, #content #catalog img {
	margin: 0 90px 0 0;
	float: right;

}
#content #price_list #image{
	width: 250px;
	float: left;
}


#content #price_list strong, #content #catalog strong {
	font: bold 14px Arial;
	padding: 32px 0 5px 0;
	display: block;
}
#content #template_box {
	width: 275px;
	padding: 10px 0 10px 25px;
	float: left;
}
#content #desc #template_box {
	width: 258px;
	padding: 10px;
	overflow: hidden;
	float: left;
}
#content #template_box img {
	margin: 10px 0;
	float: left;
}
#content .templates {
	width: 190px;
	font: 14px Arial;
	padding: 70px 20px 10px 0;
}
#content #desc .templates {
	width: 258px;
	font: 14px Arial;
	border-top: 1px solid #D6D6D6;
	padding: 10px;
}
#content .templates img {
	vertical-align: middle;
	margin: 0 2px;
}
#content .form {
	width: 562px;
	padding: 10px 5px;
	margin: 0 -5px;
	display: inline;
	float: left;
}
#content .form li {
	width: 441px;
	font: 12px Arial;
	padding: 0 0 2px 121px;
	float: left;
}
#content .form li.border {
	border-top: 1px solid #D6D6D6;
	padding: 15px 0 2px 121px;
}
#content .form li.full {
	width: 542px;
	padding: 5px 10px 2px 10px;
}
#content .form li.left {
	width: 200px;
	border-right: 1px solid #D6D6D6;
	padding: 5px 10px 2px 10px;
	margin: 0 -1px 0 0;
}
#content .form li.right {
	width: 305px;
	border-left: 1px solid #D6D6D6;
	padding: 5px 10px 2px 20px;
}
#content .form li.left div, #content .form li.right div {
	clear: both;
	display: block;
}
#content .form li label, #content .form li span.fl {
	padding: 3px 5px 2px 0;
	display: block;
}

#content .form li label.fl
{
	float: left;
}

#content .form li label span {
	width: 60px;
	float: left;
}
#content .form li .input, #content .form li textarea, #content .form li select {
	font: 12px Arial;
	float: left;
}
#content .form li .checkbox {
	width: 14px;
	height: 14px;
	margin: 0 5px 0 0;
	float: left;
}
#content .form li .radio {
	width: 14px;
	height: 14px;
	margin: 3px 5px 0 0;
	float: left;
}

#content .form li textarea {
	height: 75px;
}
#content .form li .size_40 {
	width: 40px;
	margin: 0 5px 0 0;
}
#content .form li .size_90 {
	width: 90px;
}
#content .form li .size_149 {
	width: 149px;
	margin: 0 10px 0 0;
}

#content .form li .size_207 {
	width: 207px;
	margin: 0 0 0 10px;
}

#content .form li .last
{
	margin: 0;	
}

#content .form li .size_312 {
	width: 312px;
}
#content .company_desc, #content .company_desc_center {
	width: 562px;
	padding: 5px 0 0px 0;
	float: left;
	height: 85px;
	border-bottom: 1px solid #D6D6D6;
	position: relative;
}
#content .company_desc li.logo, #content .company_desc_center li.logo {
	/*border-right: 1px solid #D6D6D6;*/
	margin: 0 -1px 0 0;
	float: left;
}
#content .company_desc li.logo {
	width: 164px;
	padding: 0px 10px 0px 15px;
}
#content .company_desc_center li.logo {
	width: 250px;
	text-align: right;
	padding: 10px 30px 10px 0;
}
#content .company_desc li.desc, #content .company_desc_center li.desc {
	/*border-left: 1px solid #D6D6D6;*/
	padding: 0 15px 0 30px;
	float: left;
}
#content .company_desc li.desc {
	width: 300px;
}
#content .company_desc_center li.desc {
	width: 235px;
}
#content .company_desc li a, #content .company_desc_center li a {
	color: #2D3137;
	text-decoration: none;
}
#content #big_foto {
	width: 242px;
	padding: 0 0 10px 15px;
	float: left;
}
#content #big_foto .small_foto {
	width: 220px;
	padding: 10px 7px 10px 15px;
	position: relative;
	float: left;
}
#content #big_foto .small_foto a.prev, #content #big_foto .small_foto a.next {
	margin: 20px 0 0 0;
	position: absolute;
}
#content #big_foto .small_foto a.prev {
	left: 0;
}
#content #big_foto .small_foto a.next {
	right: 0;
}
#content #big_foto .small_foto a.foto {
	width: 67px;
	height: 49px;
	margin: 0 2px;
	float: left;
}
#content #big_foto .specification {
	width: 242px;
	font: 14px Arial;
	padding: 0 0 10px 0;
	float: left;
}
#content #big_foto .specification li {
	width: 242px;
	padding: 10px 0 0 0;
	float: left;
}
#content #big_foto .specification li * {
	vertical-align: middle;
}
#content #big_foto .specification li .txt {
	width: 135px;
	text-align: right;
	padding: 0 10px 0 0;
	display: inline-block;
}
#content #big_foto .specification li .icon_desc_1, #content #big_foto .specification li .icon_desc_2, #content #big_foto .specification li .icon_desc_3 {
	width: 64px;
	height: 23px;
	color: #FFF;
	font: bold 14px Arial;
	padding: 6px 0 0 8px;
	display: inline-block;
}
#content #big_foto .specification li .icon_desc_1 {
	background: url(../img/icon_desc_1.gif) no-repeat;
}
#content #big_foto .specification li .icon_desc_2 {
	background: url(../img/icon_desc_2.gif) no-repeat;
}
#content #big_foto .specification li .icon_desc_3 {
	background: url(../img/icon_desc_3.gif) no-repeat;
}
#content #img_center {
	width: 562px;
	text-align: center;
	padding: 0 0 25px 0;
	float: left;
}
#content #desc {
	width: 278px;
	padding: 0 5px 10px 0;
	float: right;
}
#content #big_foto .title, #content #desc .title {
	border-bottom: 1px solid #D6D6D6;
	padding: 0 10px 8px 10px;
	margin: 0 0 10px 0;
	clear: both;
	display: block;
}
#content #desc .size {
	width: 258px;
	font: 14px Arial;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	padding: 10px;
	margin: 10px 0;
	float: left;
}
#content #desc .size big {
	width: auto !important;
	font: bold 18px Arial;
	margin: 0 !important;
}
#content #big_foto .txt_box, #content #desc .txt_box, #content #desc .models {
	padding: 0 10px 10px 10px;
	clear: both;
	display: block;
}

#content #big_foto .txt_box ul, #content #desc .txt_box ul{
	font: 12px Arial;
}

#content #desc .models a {
	color: #2D3137;
	font: 12px Arial;
}
#content #desc p.small {
	color: #6B6B6B;
	font: 12px Arial;
	padding: 10px 0 0 0;
}
#content #desc .characteristic {
	width: 278px;
	margin: 0 0 10px 0;
	clear: both;
}
#content #desc .characteristic th {
	color: #FFF;
	font: 14px Arial;
	text-align: left;
	background: #7F7F7F;
	padding: 5px 10px;
}
#content #desc .characteristic td {
	border-top: 1px solid #D6D6D6;
	padding: 5px 10px;
}
a.pdf {
	height: 15px;
	color: #373737;
	background: url(../img/icon_pdf.gif) no-repeat;
	padding: 1px 0 0 21px;
	display: inline-block;
}
a.button_1 {
	width: auto !important;
	height: 19px;
	color: #373737;
	font: 12px Arial;
	text-decoration: none;
	background: url(../img/button_1.gif) repeat-x;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 0px;
	border-top: 0px;
	padding: 3px 5px 0 5px;
	margin: 0 !important;
	display: inline-block;
}
.button_1 {
width: auto !important;
height: 22px;
color: 
#373737;
font: 12px Arial;
text-decoration: none;
background: url(../img/button_1.gif) repeat-x 0px 0px;
border-left: 1px solid 
#999;
border-right: 1px solid 
#999;
	border-bottom: 0px;
	border-top: 0px;
padding: 1px 5px 0 5px;
margin: 0 !important;
display: inline-block;
}
#content .form li a.button_1 {
	margin: 8px 0 0 0 !important;
}
a.button_2 {
	width: auto !important;
	height: 18px;
	color: #373737;
	font: 12px Arial;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../img/button_2.gif) repeat-x;
	border-left: 1px solid #FFC799;
	border-right: 1px solid #FFC799;
	padding: 4px 5px 0 5px;
	margin: 0 !important;
	display: inline-block;
}
a.button_3 {
	width: auto !important;
	height: 17px;
	color: #FFF !important;
	font: bold 10px Arial;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../img/button_3.gif) no-repeat;
	border-left: 1px solid #7F0000;
	border-right: 1px solid #7F0000;
	padding: 4px 10px 0 27px;
	margin: 0 !important;
	display: inline-block;
}
#footer_out {
	width: 100%;
	min-width: 1002px;
	min-height: 160px;
	background: #F3F3F3;
	position: relative;
}
#footer {
	width: 1002px;
	min-height: 160px;
	margin: 0px auto;
}
#footer #lang {
	padding: 11px 20px;
	display: block;
}
#footer #lang a {
	color: #474747;
	text-decoration: none;
	padding: 0 0 0 21px;
	margin: 0 10px 0 0;
	display: inline-block;
}
#footer #tags {
	line-height: 1.5;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	padding: 10px 20px;
	display: block;
}

#footer #footermenutags{
	line-height: 1.5;
	border-bottom: 1px solid #D6D6D6;
	padding: 10px 20px;
	display: block;
}

#footer #tags a, #footer #footermenutags a{
	color: #474747;
	text-decoration: none;
	margin: 0 10px 0 0;
}
#footer #lang a:hover, #footer #tags a:hover, #footer #footermenutags a:hover {
	text-decoration: underline;
}
#footer #copy {
	text-align: center;
	padding: 10px 20px;
	display: block;
}
.clearfooter {
	height: 160px;
	clear: both;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.block {
	display: block;
}
.clear {
	height: 100%;
	overflow: auto;
	display: block;
}
.txt_c {
	text-align: center;
}
.txt_sc 
{
	text-align: center;
	font: bold 14px Arial !important;
	padding-top: 15px !important;
	display: block;
}
.txt_r {
	text-align: right;
}
a {
	color: #2D3137;
}
a:hover {
	text-decoration: none;
}

.country {
        clear: both;
	background: url(../img/title_bg.png) no-repeat;
        padding-top: 8px;
        height: 40px;
        width: 271px;
        margin: 20px auto;
}

.country span {
    color: #fff;
    text-transform: uppercase;
}

ul[id="cart"] li a img {
	padding-top: 15px;
    padding-bottom: 15px;
}

.total_pricess {
    width: 100%;
    clear: both;
}

.basket_total_text {
    font-size: 16px;
    font-weight: bold;
}

.total_pricess span {
    padding-right: 15px;
}

.price_div {
    padding-top: 20px;
    padding-bottom: 20px;
}

span.textas span, .basket_total_price {
    font-size: 18px;
    color: #940000;
    font-weight: bold;
}

span.textas2 span, .basket_total_price2 {
    font-size: 12px;
    color: #940000;
    font-weight: bold;
}

.true_div {
    border: 1px solid #7AAA67;
    background: #C7EAB9 url("gui/circle-check.png") no-repeat;
    margin-top: 5px;
    padding: 10px;
    padding-left: 40px;
    color: #457233;
    font-weight: bold;
    font-size: 15px;
}

.false_div {
    border: 1px solid #F7C701;
    background: #FFF6E4 url("gui/circle-alert.png") no-repeat;
    margin-top: 5px;
    padding: 10px;
    padding-left: 40px;
    color: #5F3011;
    font-weight: bold;
    font-size: 15px;
}

.pricelist_table_category {
	color: #464646;
	font: 20px Arial bold;
	text-decoration: none;
	text-transform: uppercase;
	/*background: #F3F3F3;*/
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.pricelist_table_head {
	color: #464646;
	font: bold 11px Arial;
	text-decoration: none;
	text-transform: uppercase;
	background: #F3F3F3;
	padding: 10px 5px 10px 20px;
}

.pricelist_table_text {
	font: 12px Arial;
	text-decoration: none;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #F3F3F3;
}

.pcc {
	text-align: center;
}

.pricelist_table a {
    text-decoration: none;
}

.pricelist_table a:hover {
    color: #F38901;
}



.product_small1 {
	width: 562px;
	float: left;
}

.product_small1 li {
        position: relative;
	width: 562px;
	height: 50px;
	border-bottom: 1px solid #D6D6D6;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	overflow: hidden;
}


.product_small1 li.last {
	border-bottom: 0;
	padding: 0;
	margin: 0;
}
.product_small1 h3 {
	font: bold 12px Arial;
	padding: 0 0 5px 0;
	display: block;
}
.product_small1 .new {
	padding: 0 5px;
	margin: 0 0 5px 0;
	display: inline-block;
}
.product_small1 .new {
	background: #FFD800;
}
.product_small1 .popular {
	color: #FFF;
	background: #6CB000;
}
.product_small1 .sale {
	color: #FFF;
	background: #FF1919;
}
.product_small1 .xeikon {
	color: #FFF;
	background: #FF6A00;
}
.product_small1 .remove {
	margin: 0 10px;
	margin-top: 23px;
	float: right;
}
.product_small1 .input {
	width: 30px;
	font: 12px Arial;
	text-align: center;
	margin: 0 2px;
}

.product_small1 li a.foto {
	border: 1px solid #D6D6D6;
	width: 70px;
	height: 50px;
	text-align: center;
	margin: 0 0 0 0;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.product_small1 li a.foto img {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	margin: 0;
	padding: 0;
	
}



.sp1 {

	width: 100px;
}

.sp1 h3 {
	width: 270px;
	font: bold 12px Arial;
	/*padding: 0 0 5px 0;*/
	display: block;
	padding-top: 17px;
}

.sp1 p {
	padding-top: 5px;
	width: 260px;
}

#basket_table {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #D6D6D6;
}

#basket_table td {
	padding-bottom: 10px;
}

#content h4.h_dealer {
	font: bold 18px Arial;
	padding-top: 20px;
	height: 30px;
	background: #F3F3F3;
}

.button_move {
	position: absolute;
	right: 15px;
	top: 34px;
}

.logo_dealer {
	height: 85px;
	width: 185px;
}


/* accessoiries */
#content .acc_desc, #content .acc_desc_center {
	width: 562px;
	padding: 5px 0 0px 0;
	float: left;
	height: 115px;
	border-bottom: 1px solid #D6D6D6;
	position: relative;
}
#content .acc_desc li.logo, #content .acc_desc_center li.logo {
	/*border-right: 1px solid #D6D6D6;*/
	margin: 0 -1px 0 0;
	float: left;
}
#content .acc_desc li.logo {
	width: 164px;
	padding: 0px 10px 0px 15px;
}
#content .acc_desc_center li.logo {
	width: 250px;
	text-align: right;
	padding: 10px 30px 10px 0;
}
#content .acc_desc li.desc, #content .acc_desc_center li.desc {
	/*border-left: 1px solid #D6D6D6;*/
	padding: 0 15px 0 0px;
	float: left;
}
#content .acc_desc li.desc {
	width: 300px;
}
#content .acc_desc_center li.desc {
	width: 235px;
}
#content .acc_desc li a, #content .acc_desc_center li a {
	color: #2D3137;
	text-decoration: none;
}
.acc_dealer {
	height: 110px;
	width: 150px;
}
.acc_buy {
	position: absolute;
	bottom: 15px;
}
.acc_move {
	margin-right: 20px;
}

.old_padding {
	width: 562px;
	padding: 45px 5px 10px 5px;
}

.title_pad img {
	padding-bottom: 0px;
}
.debug{
    background-color: AntiqueWhite;
    border: 2px solid red;
    margin: 20px;
    padding: 10px;
    position: fixed;
    z-index: 9;
}

.register_checkbox
{
	clear: both;
	margin: 10px 0 20px 165px;
	height: 10px;
	width: 400px;
	display: block;
	float: left;
}
.custom_order_btn
{
  background: none !important;
  width: 128px;	
}
.right_islaidos
{
	display: block;
	float: left;
	margin-left: 2px;
	margin-top: 3px;
}
.small_button_bg_remove
{
	background: url("http://www.expolight.com/out/basic/img/icon_revome.gif") no-repeat;
	width: 8px;
    height: 8px;
    display:block;
    border: 0;
    float: right;
    margin-right: 9px;
    margin-top: 22px;
}