@CHARSET "UTF-8";

html
{
	background-repeat: repeat-x;
	background-color: #E9EBF7;
}

body
{
	padding-bottom: 30px;
	background-image: url(../../../../http/page/public/img/background-Image.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

	#page
	{
		width: 960px;
		margin: 0 auto;
		
		background-color: #FFFFFF;		
	}
	#page input,
	#page textarea
	{
		font-size: 14px;
	}
	/*Heder*/
	#page .header
	{
		background-image: url(../../../../http/page/public/img/bg-header.png);
		background-repeat: no-repeat;
	}
	
		#page .header .logo
		{
			float: left;
			
			margin-left: 33px;
    		margin-top: 16px;
    
			background-image: url(../../../../http/page/public/img/logo.png);
			background-repeat: no-repeat;
		}
			#page .header .logo a
			{
				display: block;
				width: 191px;
				height: 178px;
			}
		
		#page .header .header-right
		{
			float: right;
			width: 705px;
			height: 205px;
			
			padding-right: 10px;
			color: #ffffff;
			text-align: right;
		}
			#page .header .header-right a
			{
				color: #ffffff;
			}
			
			#page .header .header-right .top
			{
				padding: 16px 0px 48px 0px;
				margin: 0;
				
				list-style: none outside none;
    			
			}
				#page .header .header-right .top li
				{
					float: right;
					padding-left: 10px;
				}
			
			#page .header .header-right .slogan
			{
				padding-bottom: 5px;
				
				font-family: "Times New Roman",Times,serif;
			    font-size: 30px;
			    font-style: italic;
			    font-weight: normal;
			}
			
			#page .header .header-right .menu
			{
				list-style: none outside none;
    			margin: 0;
    			height: 26px;
    			
    			padding-top: 13px;
    			padding-left: 0;
    			
				font-weight: bold;
				
			}
				#page .header .header-right .menu li
				{
					float: right;
				}
					#page .header .header-right .menu li a
					{
						padding: 8px 15px;
						
						background-image: url(../../../../http/page/public/img/menu-divider.png);
						background-repeat: no-repeat;
						background-position: left center;
					}
				
			#page .header .header-right .search
			{
				padding-top: 8px;
			}
				#page .header .header-right .search .text
				{
					width: 188px;
					height: 23px;
					
					padding: 0 10px 1px 10px;
    
					border: 0px;
					
					background-image: url(../../../../http/page/public/img/bg-search-input.png);
					background-repeat: no-repeat;
					background-color: transparent;
				}
			
	/*Content*/				
	#page .left_content
	{
		width: 200px;
		padding: 15px 10px 15px 0px;
		
		float: left;
		
		border: 1px solid #bfbfbf;
	}
		#page .left_content .cart
		{
			height: 60px;
			
			background-image: url(../../../../http/page/public/img/cart_big.gif);
			background-repeat: no-repeat;	
			
			background-posirion: left top;
			
			border-bottom: 1px dashed #bfbfbf;
			margin-bottom: 5px;
		}
			#page .left_content .cart .info
			{
				margin-left: 64px;
				width: 140px;
				height: 39px;
				
				text-align: center;
				line-height: 20px;
				color: #ffffff;
				font-weight: bold;
				background-image: url(../../../../http/page/public/img/cart_info_bg.gif);
				background-repeat: repeat-x;
			}
			
			#page .left_content .cart a
			{
				color: #ffffff;
			}
			
			#page .left_content .box
			{
			
			}
				#page .left_content .box .box-title
				{
					background-image: url(../../../../http/page/public/img/left_menu_bg.gif);
    				background-repeat: repeat-x;
   					padding: 5px 10px;		
   					color: #ffffff;	
   					font-weight: bold;
   					margin-bottom	
   				}
   				
   				#page .left_content .box .box-text
   				{
   					padding: 10px;	
   				}
   					#page .left_content .box .box-text a
   					{
   						color: #646464;
   						padding-right: 5px;
   						line-height: 16px;
   					}
   					#page .left_content .box .box-text a:hover
   					{
   						text-decoration: underline;
   					}
   					
   					#page .left_content .mostpopular-box .box-text
   					{
   						font-size: 11px;
   					}
			
		#page .left_content .left_menu
		{ 		
			margin-bottom: 5px;
			padding: 0px 0px 10px 0px;
			
			border-bottom: 1px dashed #bfbfbf;
		}
		#page .left_content ul
		{
			list-style: none outside none;
    		margin: 0;
    		padding: 0px;
    		
    		clear: both;
		}
		
		
		
			#page .left_content .left_menu li
			{
				padding: 5px 0px 0px 10px;
				
				background-image: url(../../../../http/page/public/img/left_menu_bg.gif);
				background-repeat: repeat-x;
			}
			
				#page .left_content .left_menu li a
				{
					display: block;
					min-height: 20px;
					
					color: #ffffff;
					font-weight: bold;
				}
				
					#page .left_content .left_menu li ul li
					{
						background-image: none;
						padding-left: 0px;
					}
					#page .left_content .left_menu li ul li a
					{
						color: #646464;
						font-weight: normal;
					}
					#page .left_content .left_menu li a.selected
					{
						font-weight: bold;
					}
						#page .left_content .left_menu li ul li ul
						{
							padding-left: 15px;
						}
	
	#page .right_content
	{
		width: 690px;
		
		margin-left: 20px;
		padding: 10px 0px;
		
		float: left;
		
		border: 1px solid #bfbfbf;
	}
	
		#page .right_content .box
		{
			padding: 20px;
		}
		#page .right_content .box a
		{
			color: #FE6C0F
		}
		/*form*/
		#page .right_content form .row
		{
			padding: 6px 0px;
		}
			#page .right_content form .row label
			{
				width: 175px;
				float: left;
			}
			#page .right_content form .row .textinput
			{
				margin-left: 5px;
				border: 1px solid #bfbfbf;
				padding: 2px;
			}
			
			#page .right_content form .row .small
			{
				font-size: 11px;
				color: #bfbfbf;
			}
			
		/*pagination*/
		
		#page .right_content .pagination
		{
			padding-top: 10px;
		}
			#page .right_content .pagination a
			{
				float: left;
				padding: 0px 3px;
				margin-right: 5px;
				
				border: 1px solid #ffe9db;
				
			}
			#page .right_content .pagination .selected
			{	
				font-weight: bold;
				border: 1px solid #FE6C0F;
			}
		/*Error*/
		
		#page .right_content .errors
		{
			padding-bottom: 10px;
			color: #ff0000;
		}
			#page .right_content .errors a
			{
				display: block;
				padding: 3px 0px;
				
				color: #ff0000;
				font-size: 12px;
			}
		/*Footer*/	
			#page .footer
			{
				margin-top: 20px;
				padding: 20px;
				
				background-image: url(../../../../http/page/public/img/bg-footer.png);
				background-repeat: no-repeat;
			}
				#page .footer .menu ul
				{
					list-style: none outside none;
	    			margin: 0;
	    			padding: 0px;
	    			float: left;
	    			
	    			font-weight: bold;
				}
					#page .footer .menu ul li
					{
						width: 178px;
						float: left;
						
						padding-right: 5px;
					}
						#page .footer .menu ul li ul
						{
							list-style: none outside none;
		    				margin: 0;
		    				padding: 0px;
		    				
		    				font-weight: normal;
						}
							#page .footer .menu ul li ul li
							{
								float: none;
							}
						#page .footer ul li.facebook
						{
							background-color: #FFFFFF;
						    margin-right: 20px;
						    margin-top: -32px;
						}
							
					#page .footer a
					{
						color: #ffffff;
					}
				#page .footer .promo
				{
					float: right;
					padding-left: 19px;
					
					border-left: 1px solid #ffffff;
				}
				
				#page .footer .horizontal-menu
				{
					list-style: none outside none;
					margin: 0px;
					height: 13px;
				}
				#page .footer .horizontal-menu li
				{
					float: right;
				}
				
	#page .stars
	{
		height: 15px;
		padding: 10px 0px;
	}
		#page .stars .star
		{
			float: left;
			width: 18px;
			height: 15px;
			background-image: url(../../../../http/page/public/img/star.png);
			background-repeat: no-repeat;
		}
		
		#page .stars .selected
		{
			background-image: url(../../../../http/page/public/img/star_selected.png);
		}
		
		#page .stars .rating
		{
			float: left;
			padding-left: 5px;
			font-weight: bold;
		}
		
	#page .form
	{
		padding: 10px 0px;
	}
	#page .form label
	{
		float: left;
		min-width: 150px;
		
	}
	
	#page .form .error
	{
		padding-bottom: 10px;
	}
	
	
