
@import url("dropdown.css");
@import url("theme.css");

html, body {
   margin: 0;
   padding: 0;
   height: 100%;
}
body {
	font-size:12px;
	font-family: "Arial";
	color:#000;
	background: url(../img/bg.png) repeat-y top left;
	
}
div {position:relative;margin:0; padding: 0;}
form {margin:0; padding: 0;}
img {
	border-width:0px;
	border-style:none;
	margin:0px;
	padding:0px;
}

a {
	color: #000;
}
a:hover {
	color: #f0801a;
}
a.act{
	color: #f0801a !important;
	text-decoration: none;
}

input:focus,textarea:focus { outline: none; }

.yellow {

	color: #f0801a;
}

.header-logo {
	width: 293px;
	height: 127px;
	background: url(../img/heade-logo.png) no-repeat top left;
}

.header-siluet-top {
	width: 344px !important;
	height: 127px;
	background: url(../img/header-siluet-top.png) no-repeat top left;
	overflow: hidden;
}

*+ html .topfix {
	display: block;
	width: 51px;
	height: 127px;
	float: right;
	background: url(../img/header-right-bg.png) repeat-x top left;
	position: relative;
	left: 51px;
}

.header-login-bg {
	height: 127px;
	background: url(../img/header-right-bg.png) repeat-x top left;
	vertical-align: top;
	overflow: hidden;
}
	.header-login-bg .login{
		height: 108px;
		width: 359px;
		float: right;
	}
		.header-login-bg .login form{
			margin: 10px 0px 5px 0px;;
		}
	
		.header-login-bg .login form input{
			height: 16px;
			width: 84px;
			border: 0px solid #000;
			font-size: 11px;
			padding: 0px 5px 0px 5px;
			text-align: center;
			background-image: url(../img/login-input-bg.png);
			
			
			
		}
		
		*+ html .header-login-bg .login form input{
			background-position: -59px 0px;
			background-attachment: fixed;
		}
		
		
		.header-login-bg .login form button{
			
			margin-left: 5px;
			height: 21px;
			width: 50px;
			
			color: #fff;
			border: none;
			cursor: pointer;
			background: url(../img/login-enter-bg.png) no-repeat top left;
		}
		
		
		
		.header-login-bg .login a{
			color: #000;
		}
		
		.header-login-bg .login a:hover{
			color: #fff;
		}

.header-child {
	width: 293px;
	height: 185px;
	background: url(../img/header-child.png) no-repeat top left;
}

.header-siluet-bottom {
	width: 344px !important;
	height: 185px;
	background: url(../img/header-siluet-bottom.png) no-repeat top left;
	overflow: hidden;
}

.header-cart {
	
}
	.header-cart .cart{
		height: 112px;
		width: 559px;
		position: absolute;
		top: 105px;
	}
		.header-cart .cart .title{
			font-size:14px;
			font-weight: bold;
			position: absolute;
			left: 10px;
			top: -25px;
		}
		
		.header-cart .cart .cart-items{
			font-size:11px;
			font-weight: normal;
			margin-top: 5px;
			margin-left: 10px;
			height: 110px;
			width: 359px;
			overflow: auto;
			float: left;
		}
		
			div.cart-item-title{
				float: left;
				width: 200px;
				padding-right: 10px;
				padding-top: 5px;
			}
			
			div.cart-item-amount{
				float: left;
				width: 30px;
				padding-right: 10px;
				padding-top: 5px;
			}
			
			div.cart-item-price{
				float: left;
				width: 60px;
				padding-right: 10px;
				padding-top: 5px;
			}
			
			div.cart-item-del{
				float: left;
				width: 20px;
				padding-top: 5px;
			}
			
			div.cart-item-del img{
				cursor: pointer;
			}
			
			div#preload{
				height: 150px;
				width: 359px;
				position: absolute;
				background: transparent url(../img/preload.gif) no-repeat center;
				z-index: 100;
			}
			
			.header-cart .cart .cart-items table{
				
			}
			
			.header-cart .cart .cart-items table td{
				padding-right: 10px;
			}
			
			table td.delete_from_cart img{
				cursor: pointer;
			}

			.header-cart .cart div.total{
				float: left;
				font-size:11px;
				font-weight: normal;
				z-index: 200;
				height: 10px;
				margin-left: 10px;
			}
	.menu-panel {

		position: relative;
		left:-18%;
		top: 25px;
		z-index: 1000;
	}
	.menu-panel .menu-panel-left {
		width: 23px;
		height: 42px;
		background: url(../img/panel-left.png) no-repeat top left;
		
		position: absolute;
		left: -23px;
	}
	
	.menu-panel .menu-panel-right {
		height: 42px;
		width: 118%;
		background: url(../img/panel-main.png) repeat-x top left;
		
	}
	
	*+ html .menu-panel .menu-panel-right{
		width: 109%;
	}

.main-left {
	width: 293px !important;
	vertical-align: top;
}
	.main-left fieldset.left-menu legend {
        position: relative;
        margin: 0px;
        padding: 0px;
    }
    
    .main-left fieldset.left-menu legend a {
        position: absolute;
        display: block;
        font-size: 16px;
        top: -42px;
        left: -3px;
        padding: 12px 16px 0px 0px;
        height: 29px;
        width: 263px;
        color: #fff;
        font-size:14px;
		font-family: "Arial";
		font-weight: bold;
		text-align: right;
        background: url(../img/left-title-bg.png) repeat-x top left;
        font-family: "trebuchet ms", sans-serif;
        white-space: nowrap;
        text-decoration: none;
	}
    
    .main-left fieldset.left-menu {
        position: relative;
        border: 0;
        padding: 10px 1px;
        margin-bottom: 15px;
        margin-top: 45px;
    }
    
    .main-left fieldset.left-menu ol {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    
    .main-left fieldset.left-menu ol li {
        position: relative;
		text-align: left;
        padding: 4px 0px 4px 13px;
        margin: 0 10px;
        background: url(../img/rigth-row-small.png) no-repeat 0px 7px;
        line-height: 18px;
    }
    
    .main-left fieldset.left-menu ol li:last-child {
        border-bottom: 0;
    }
    
    .main-left fieldset.left-menu ol li a{
        color: #000;
        text-decoration: none;
    }
    
    .main-left fieldset.left-menu ol li a:hover{
        color: #f0801a;
        text-decoration: underline;
    }

.main-right {
	vertical-align: top;
	padding-top: 9px;
	overflow: hidden;
}
	 .main-right ul.products{
		list-style: none;
		margin: 20px 0px 20px 0px;
		padding: 20px 0px 20px 0px;
		z-index: 10;
	}
	
	 .main-right div.text{
		padding: 0px 0px 20px 20px;
	}
	
	 .main-right ul.products li{
		float: left;
		padding: 0px 0px 0px 20px;
	}
	
		div.product-item{
			min-height: 300px;
		}
		
		div.product-item div.product-photo{
			float: left;
		}
		
		div.product-item div.product-photo img {
			border: 2px solid #f39a49;
		}
		
		div.product-item div.product-desc{
			width: 400px;
			float: left;
		}
		
			div.product-item div.product-desc div.title
			{
				color: #f39a49;
				font-size: 18px;
				font-weight: bold;
				border-bottom: 2px solid #f39a49;
				padding: 0px 10px 10px 10px;
				text-decoration: none;
				text-align: left;
			}
			
			div.product-item div.product-desc div.title a
			{
				color: #f39a49;
				text-decoration: none;
			}
			
			div.product-item div.product-desc div.desc{
				padding: 10px;
				text-align: left;
			}
		
		div.product-item div.product-cart{
			width: 196px;
			float: left;
			text-align: left;
			margin-top: 5px;
		}
		
			div.product-item div.product-cart div.cart-input{
				height: 22px;
				width: 196px;
				color: #fff;
				font-size: 10px;
				font-weight: bold;
				background: url(../img/cart-input-bg.png) no-repeat 0px 0px;
			}
			
				div.product-item div.product-cart div.cart-input input{
					width: 20px;
					height: 18px;
					font-size: 11px;
					border: 0px solid #969696;
					background-color: transparent;
					margin-left: 10px;
					text-align: center;
				}
				
				*+ html div.product-item div.product-cart div.cart-input input{
					position: relative;
					top: 2px;
				}
				
				div.product-item div.product-cart div.cart-input label{
					margin-left: 5px;
				}
				
				div.product-item div.product-cart div.cart-input button{
					height: 18px;
					background-color: transparent;
					border: 0px solid #969696;
					color: #fff;
					font-size: 14px;
					font-weight: bold;
					float: right;
					cursor: pointer;
					width: 100px;
				}
				
				*+ html div.product-item div.product-cart div.cart-input button{
					position: relative;
					top: -20px;
				}
			
			div.product-item div.product-cart div.cart-price{
				width: 90px;	
				height: 22px;
				line-height: 22px;
				float: right;
				background: url(../img/cart-price-bg.png) no-repeat 0px 0px;
				text-align: center;
				font-size: 14px;
				font-weight: bold;
				color: #fff;
				margin-top: 10px;
			}
			
			div.product-item div.product-gallery{
				width: 600px;	
				clear: both;
			}
			
				div.product-item div.product-gallery a{
					border: 1px solid #f39a49;
					display: block;
					float: left;
					width: 119px;
					margin-right: 5px;
				}
				
				
	.main-right div.pagination{
		clear: both;
		width: 320px;
		margin: 0px auto;
	}
	
		.main-right div.pagination img{
			position: relative;
			top: 2px;
		}
		
		.main-right div.pagination a{
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
			margin-left: 5px;
		}
		
		.main-right div.pagination strong{
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
			color: #f39a49;
			margin-left: 5px;
		}	

.footer {
	min-height: 75px;
	background: url(../img/footer-bg.png) repeat-x top left;
	
}
	#footer {
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
	}

fieldset {
    position: relative;
    border: 0;
    padding: 0px;
    margin: 0px;
    }

fieldset ol {
    list-style: none;
    padding: 0px;
}
    
fieldset ol li {
	display:block;
    padding: 5px 0;
    margin: 0px;
}
        
fieldset label {
    display: block;
   
    height: 14px;
    padding: 5px 10px 5px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    text-align:left;
    color:#000;
}

fieldset div.input {
	height: 32px;
    width: 291px;
    border: 0px solid #000;
	font-size:12px; 
	padding: 0px 5px 0px 5px;
	background-image: url(../img/contact-input.png);
}
fieldset div.input input{
	height: 32px;
    width: 291px;
    border: none;
	font-size:12px; 
	padding: 0px 5px 0px 5px;
	background-color: transparent;
}
*+ html fieldset div.input input{
	position: relative;
	left: -40px;
	top: 5px;
	width: 285px;
}

fieldset div.input_error {
	background-image: url(../img/contact-input-error.png);
}	
.buttonHolder button{
	margin-left: 5px;
	height: 31px;
	width: 111px;
	color: #fff;
	border: none;
	cursor: pointer;
	background: url(../img/buton.png) no-repeat top left;
}
        
fieldset div.textarea {
    padding:10px; 
	font-size:12px; 
	line-height:14px;
    height: 285px;
    width: 512px;
    margin: 0px;
    border: none;
    background: url(../img/contact-textarea.png) no-repeat top left;
}

fieldset div.textarea textarea{
    padding:10px 10px 20px 0px; 
	font-size:12px; 
	line-height:14px;
    height: 275px;
    width: 512px;
    margin: 0px !important;
    border: none;
    background-color: transparent;
}
*+ html fieldset div.textarea textarea{
	position: relative;
	left: -40px;
	height: 255px;
    width: 500px;
}

fieldset div.textarea_error {
    background: url(../img/contact-textarea-error.png) no-repeat top left;
}

.noavailability {
	padding: 5px;
	font-size: 12px;
	color: red;
	clear: both;
}
