html {
	height:100%;
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: "Segoe UI", "Trebuchet MS",Tahoma, Helvetica, sans-serif;
	outline:none;
}

	
}
/*for FireFox*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
{   
	border : 0px;
} 
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus
{     
	outline : none; 
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background:url("../image/bk.jpg") no-repeat scroll 50% 0 #FFFFFF;
	border-top:3px solid #99cccc;
	color:#666666;
	font-family:"Segoe UI",  "Trebuchet MS",Tahoma, Helvetica,sans-serif;
	font-size:13px;
	line-height:130%;
	height:100%;
}
body, td, th, input, textarea, select, a {
	font-size: 13px;
	color:#51606c;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #1B57A3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position:relative;
	height:100%;
}


#main_container{
	background-color:#d91a00;
	padding-bottom:8px;
}
#main_container:after{
	content:" ";
	display:block;
	clear:both;
}


#header {
	
	height:80px;
}
.lang{
	position:relative;
	float:right;
	margin-right:20px;
	z-index:100;
}
#search {
	float:right;
	width:235px;	
	height:37px;
	position:relative;
	z-index:100;
}

#search .p1{
	background:url("../image/search_p1.png") no-repeat;
	color:#0085b2;
	font-size:16px;
	text-align:right;
	width:50px;	
	height:37px;
	float:left;
	line-height:200%;
	padding-right:5px;
	
}
#search .p2{

	background:#fff;
	float:left;
	height:37px;
	
}
#search .p2 input{
	
	background:url("../image/search_input.png") no-repeat #fff;
	border:none;
	height:24px;
	width:130px;
	text-indent:3px;
	color:#51606c;
	padding:0px 5px 0px 5px;
	margin-top:5px;

}

#search .p3{
	float:left;
	width:40px;
	height:37px;
	background:url("../image/search_p3.png") no-repeat;
	float:left;
	cursor:pointer;
}

#header .div2{
	width:100%;
	display:inline;
}
#header #logo{

	position:relative;
}

#menu{float:right;position:relative;top:-40px;}

#home_module{
 margin-left:10px;
}

/* Styles for the entire  menu */
.nav {  
/*    overflow: hidden;/**/
	position:relative;
	margin:0px;
	padding:0px;
}
/* Force the list to flow horizontally */
.nav li {
	float: left;
	list-style: none;
}
	/* Represents the background of the highlighted menu-item. */
.nav li.back {
	background: url("../image/nav.png") no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}
.nav li.back {
	background: url("../image/nav.png") no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}
.nav li.homeIcon{
	background: url("../image/home.png") no-repeat;
	width:59px;
	height:30px;
}
.nav li.homeIcon a{
width:30px;
height:30px;
margin:0;
top:0;
padding:0;
}

.nav li.back .left {
	background: url("../image/nav.png") no-repeat top left;
	height: 30px;
	margin-right: 9px;
}
/* Styles for each menu-item. */
.nav li a {
	position: relative; overflow: hidden;
	text-decoration: none;
	font-weight: bold ;
	text-transform:lowercase;
	color: #51606c; outline: none;
	text-align: center;
	height: 30px; top: 7px;
	z-index: 10; letter-spacing: 0;
	float: left; display: block;
	margin: auto 10px;
	font-size:18px;
}
.nav li.current a {
	color:#fff;
}

/*
	mega drop down
*/

ul.nav li .sub {
	position: absolute; /*--Important--*/
	z-index:20;
	top: 34px; left: -240px;
	background-color: #0085b2;
	float: left;		
	display: none; /*--Hidden for those with js turned off--*/
	padding:10px 10px 15px 10px;
}

ul.nav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul.nav  li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 125px;
	float: left;
}
ul.nav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul.nav  .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 18px !important;
	font-weight: bold;
	border-bottom:1px solid white;
	padding-bottom:3px;
}
ul.nav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0px 10px 0px;
	background-image: none;
	color: #fff !important;
	text-align:left;
	font-weight:bold;
	text-decoration: none;
	font-size:14px;	
	word-wrap:none;
}
ul.nav .sub ul li h2 a:hover{
	text-decoration: none;
}
ul.nav  .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
/*	padding: 7px 5px 7px 15px;/**/
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight:normal;
	font-size:12px;
	text-align:left;
}
ul.nav  .sub ul li a:hover {
	text-decoration:underline;
}
/*
end mega drop down
*/



#breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #999;
}



.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 125px;
	padding: 3px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 260px;
	margin-left:8px;
	padding-top:8px;
	margin-right: 10px;
	clear: left;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
	clear: right;
}
#content {
	margin-left: 270px;
	margin-right: 8px;
	padding-top:10px;
	padding-bottom:10px;

}
#content h1{
	white-space:nowrap;	
	color:#fff;
	text-shadow:#333 3px 3px 10px;
	line-height:110%;

}
.outer{
	background-color:#f8aba0;
}
.inner{
	background-color:#ffffff;
	padding:10px;
	
}
.inner h1{
	padding:0px;
	margin:0px;
}
/*
/***/
/*
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}/**/
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

.buttons {
	background: #F8F8F8;
	border: 1px solid #36A8DA;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #e6f8ff;
	border: 1px solid #36A8DA;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	height:135px;
	display:block;
	border-bottom:2px dotted #ec4730;
	margin-top:5px; 

}

.list .img{
	float:left;
	width:150px;
	margin-top:5px;
	
}
.list .img img{
	border:1px solid #dcd6d5;
	padding:2px;
}
.list .desc{
	float:left;
	width:340px;
}

.list .cart input{
	float:left;
	width:110px;
	height:62px;
	background: url('../image/cart_icon.jpg') 0 0 no-repeat;
	text-align:center;
	font-size:13px;
	text-transform:uppercase;
	color:#d91a00;
	cursor:pointer;
	border:0px;
	padding-top:40px;
	outline:none;
}


.list .desc p{
	color:white;
}
.list .desc .name{
	font-size:16px;
	text-transform:lowercase;
}
.list .desc .description{
	font-size:11px;
}
.pagination {
	display: inline-block;
	width: 100%;
/*	background: #F8F8F8;/**/
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
	color:#fff;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #FFF;
	padding: 4px 7px;
	text-decoration: none;
	color: #FFF;
}
.pagination .links b {
	border: 1px solid #FFF;
	padding: 4px 7px;
	text-decoration: none;
	color: #E90000;
	background: #FFF;
}
.pagination .results {
	float: right;
}

#footer {
	width: 100%;
	height:250px;
	clear: both;
	padding-top: 5px;
	background: #FFFFFF url('../image/footer_top.png') no-repeat;

}
#footer #fc{
	background: url('../image/footer_bg.png') no-repeat;
	margin-top:48px;

	height:100%;
}

#footer .mc{
	float:left;
	background: url('../image/menu_info.png') no-repeat 10px 40px;
	z-index:10;
	padding-left:50px;

}
#footer .mc ul{
	width:135px;
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;	

	
}
#footer .mc ul li h2 {
border-bottom:1px dotted #36a8da;
}

#footer .mc ul li h2 a
{
	font-size: 14px;
	color:#0085b2;
	text-decoration:none;  
	text-transform:lowercase;
}
#footer .mc ul li a
{
	font-size:11px;
	color:#0085b2;
	text-decoration:none;  
	text-transform:lowercase;
}
#footer .mc ul li a:hover
{
	text-decoration:underline;  
}

#footer .rest{
	
	
	float:right;
	margin-top:10px;
}
#footer .rest ul{
	margin:0;
	padding:0;
	list-style:none;
}
#footer .rest ul li{
	width:160px;
	height:20px;
	background-color:#e90000;
	padding:5px;
	text-align:right;
	margin-bottom:4px;
	
}
#footer .rest ul li a{
	color:white;
	font-size:18pt;
	text-decoration:none;

}
#footer .rest ul li a:hover{
	text-decoration:underline;
}



/* module*/
.ml_container{
	width:255px;
	margin-top:10px;
}

#delivery {
	background: #FFFFFF url('../image/delivery_time.png') no-repeat;
	width:255px;
	height:59px;
	line-height:5px;

}
#delivery .om{
	padding-right:10px;
	text-align:right;
	font-size:13px;
	color:#d91a00;
}
#delivery .dt{
	padding-top:15px;
	padding-right:10px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}

#login{
	margin-top:10px;
	background: #FFFFFF url('../image/login.png') no-repeat;
	width:255px;
	height:81px;
	line-height:10px;
}
#login .lg{
	padding-top:25px;
	padding-left:90px;
	text-align:left;
	font-size:14px;
	color:#36393b;
}
#login .lg a{
	text-align:left;
	font-size:14px;
	color:#000;
	background-color:#fff;
		text-decoration:none;
}
#login .lg a:hover{
	text-align:left;
	font-size:14px;
	color:#000;
	background-color:#fff;
	text-decoration:underline;
}

#login .ca{
	padding-left:90px;
	text-align:left;
	font-size:16px;
	color:#1d3d58;
	font-weight:normal;
}
#login .ca a{
	text-align:left;
	font-size:14px;
	color:#000;
	background-color:#fff;
		text-decoration:none;
}
#login .ca a:hover{
	text-align:left;
	font-size:14px;
	color:#000;
	background-color:#fff;
	text-decoration:underline;
}

/**/
#login .wl{
	padding-top:25px;
	padding-left:90px;
	text-align:left;
	font-size:11px;
	color:#36393b;
	text-transform:capitalize;
}
#login .wl a{
	text-align:left;
	font-size:11px;
	color:#949494;
	text-decoration:none;
}
#login .wl a:hover{
	text-align:left;
	font-size:11px;
	color:#949494;
	text-decoration:underline;
}

#login .lo{
	padding-left:90px;
	text-align:left;
	font-size:16px;
	color:#1d3d58;
	font-weight:normal;
}
#login .lo a{
	text-align:left;
	font-size:14px;
	color:#000;
	background-color:#fff;
	text-decoration:none;
}
#login .lo a:hover{
	text-align:left;
	font-size:14px;
	color:#000;
	background-color:#fff;
	text-decoration:underline;
}
/**/


#module_cart{
	margin-top:10px;
	background: #FFFFFF url('../image/cart_bg.jpg') no-repeat;
	width:255px;
	height:64px;
	line-height:10px;
}
#module_cart .np{
	padding-top:15px;
	padding-left:90px;
}
#module_cart .np a{ 
	text-align:left;
	font-size:14px;
	color:#1d3d58;
	background-color:#fff;
	text-decoration:none;
}
#module_cart .np a:hover{ 
	text-decoration:underline;	
}
#module_cart .bn{
	padding-left:90px;
}
#module_cart p strong{
	color:#d91a00;
}
#module_cart .bn{
font-size:11px;
	color:#51606c;
}
#module_cart .bn img{
	margin-right:4px;
}
#twitter{	
	width:237px;
	height:220px;
}
#twitter a{
	text-decoration:none;
}
#twitter a:hover{
	background-color:#e6f8ff;
}
#twitter #th{
	background: #FFFFFF url('../image/twitter.jpg') no-repeat;
	height:63px;
	margin-left:6px;
	padding-left:60px;
	padding-top:10px;
	width:160px;
	border-bottom:1px dotted #36a8da;
}
#twitter #th span{
	font-size:18px;
}
#twitter #fh{
	height:73px;
	margin-left:6px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	width:220px;
	border-bottom:1px dotted #36a8da;
}
#twitter #infoh{
	background: #FFFFFF url('../image/info_icon.jpg') no-repeat;
	height:53px;
	margin-left:6px;
	padding-left:60px;
	padding-top:10px;
	width:160px;
}
#twitter #th span{
	font-size:18px;
}
#twitter #infoh span{
	font-size:18px;
}

#twitter #tc p{
	padding-left:10px;
	margin-left:6px;
	border-bottom:1px dotted #dfe2e3;
}
#partner{	
	width:237px;
	height:250px;
}
#partner #ph{
	background: #FFFFFF url('../image/partners.jpg') no-repeat;
	margin-left:6px;
	padding-left:60px;
	padding-top:20px;
	width:160px;
	border-bottom:1px dotted #36a8da;
	line-height:0px;
}
#partner #ph p{
	font-size:18px;
}


#partner #pc{
	position:relative;
	margin-left:6px;
	margin-top:5px;
	text-align:center;
}
#partner #pc p{
	color:#51606c;
	font-size:11pt;
	padding-top:8px;
}

#partner #pc ul{
	margin:0;
	padding:0;
	list-style:none;
}
.anythingSlider                         { }
.anythingSlider .wrapper                { width: 220px; overflow: auto; height: 165px; margin:0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 140px; width: 222px; margin: 0; }
.anythingSlider .arrow                  { display: block ; height: 15px; width: 8px; background: url(../image/partner_arrow.jpg) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 150px; cursor: pointer;  }
.anythingSlider .forward                { background-position: 0px -15px; right:8px;}
.anythingSlider .back                   { background-position: 0 0; }
.anythingSlider .forward:hover          { background-position: 0px -15px; }
.anythingSlider .back:hover             { background-position: 0 0 ; }

.anythingSlider .thumbNav                               { position: relative; top: 323px; text-align: center; }
.anythingSlider .thumbNav a                             { color: black; font-size: 11px; font-family:Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0;  display:none}
.anythingSlider .thumbNav a:hover                       { background-image: none; }
.anythingSlider .thumbNav a.cur                         { background: #e0a213; }

.anythingSlider .start-stop                             { background: green;  color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; display:none}
.anythingSlider .start-stop.playing                     { background-color: red; }
.anythingSlider .start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }


.faded .arrow                  { display: block ; height: 15px; width: 8px; background: url(../image/partner_arrow.jpg) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 150px; cursor: pointer;  }
.faded .forward                { background-position: 0px -15px; right:8px;}
.faded .back                   { background-position: 0 0; }
.faded .forward:hover          { background-position: 0px -15px; }
.faded .back:hover             { background-position: 0 0 ; }


.clear{
	clear:both;
}

.size{
	width:190px;
}
.crust{

	width:90px;
}
/*
home
*/
.home_heading{
	border-bottom:2px dotted #f4fafd;
	margin-left:10px;
	margin-bottom:15px;
	width:595px;
	
}
.home_heading h1{
	margin-bottom:10px;
}
.heading{
	color:#fff;
}
.carousel						  { position:relative;width: 595px;height:270px;z-index:1; margin-top:3px;}
.carousel .wrapper                { width: 595px; overflow: auto; height: 300px; margin: 0 0px; position: absolute; top: 0; left: 0;  }
.carousel .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; }
.carousel ul						{padding-left:0px;}
.carousel ul li                   { display: block; float: left; padding: 0; height: 300px; width: 595px; margin: 0; } 
.carousel .arrow                  { display: none ; height: 42px; width: 35px; background: url(../image/carousel_arrow.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 150px; cursor: pointer;  }
.carousel .forward                { background-position: 0px -42px; right:-20px;}
.carousel .back                   { background-position: 0 0;left:20px; }
.carousel .forward:hover          { background-position: 0px -42px; }
.carousel .back:hover             { background-position: 0 0 ; }

.carousel .thumbNav                               { position: relative; top: 250px; left:10px; text-align: left; height:15px; }
.carousel .thumbNav    a						  {width:20px;  height:19px; background: url(../image/bullet.png) no-repeat 0 -18px;  text-decoration:none;display: inline-block; margin: 0 5px 0 0;}
.carousel .thumbNav    a:hover                    { width:20px;  height:19px; background: url(../image/bullet.png) no-repeat 0 0; }
.carousel .thumbNav    a.cur                      { width:20px;  height:19px; background: url(../image/bullet.png) no-repeat 0 0;} 


.carousel .start-stop                             { background: green;  color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; display:none}
.carousel .start-stop.playing                     { background-color: red; }
.carousel .start-stop:hover                       { background-image: none; }

.carousel .time-progress{ position: relative; top: 270px; text-align: left; height:10px; background-color:#fff; }
.carousel .time-progress .progress{background:#E90000;height:10px;}



/*
  Prevents
*/
.carousel .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.carousel .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/*

*/
.car_contest {
	margin-left:10px;
	height:240px;
}
.car_contest .wrapper, .car_contest ul li{	height:240px;}
.car_contest .thumbNav {
	position: relative; top: 210px; left:00px; text-align: right; height:15px; 
}


/*
cart 
*/
.cart_heading{
	height:61px;
	background:transparent url("../image/ch_icon.jpg") no-repeat 10px 10px;
	padding-left:10px;
	margin-left:10px;
	margin-right:10px;
	border-bottom:2px dotted #0085b2;
	margin-bottom:15px;

}
.cart_heading h1{
	color:#0085b2 !important;
	font-size:18px !important;
	text-shadow:none !important;
	padding-top:15px;
	padding-left:50px;

}
.cart_heading h2{
	margin:0px;
	color:#51606c;
	font-size:12px;
	padding-left:50px;

}
.address_heading{
	background:transparent url("../image/address_icon.jpg") no-repeat 10px 10px;
}
.cart_checkout{
	width:588px;
	margin:auto;
}
.cart_checkout th{
	color:#51606c;
	font-weight:bold;
	border-bottom:2px solid #cacaca;
	height:30px;
	font-size:14px;
}
.cart_checkout th strong{
	color:#D91A00;
}
.cart_checkout td{
	border-bottom:1px solid #cacaca;
	color:#51606c;
	font-size:14px;
	height:40px;
	padding:3px;
}
.cart_checkout td strong{
	color:#D91A00;
}
.cart_checkout  .quantiy{
	font-weight:bold;
	border-right:1px solid #cacaca;
	width:auto;
	height:28px;
	line-height:23px;
	display:block;
	margin-right:3px;
}
.cart_checkout .add{
	width:16px;
	height:16px;
	border:0px;
	background:transparent url("../image/add_icon.jpg") no-repeat;
	cursor:pointer;
}

.cart_checkout .sub{
	width:16px;
	height:16px;
	border:0px;
	background:transparent url("../image/sub_icon.jpg") no-repeat;
		cursor:pointer;
}
.cart_checkout .del{
	width:16px;
	height:16px;
	border:0px;
	background:transparent url("../image/del_icon.jpg") no-repeat;
	cursor:pointer;
}
#ajax_content{
	width:100%;
	height:100%;
	margin:auto;
}
.user_add{
	background:#fff  url('../image/user_add.jpg') no-repeat 10px 35px; 
	height:55px;
	padding-left:60px; 
	padding-top:35px;
	margin-left:3px;
	margin-right:3px;
}

.user_add_content, .forgott_content{
	padding-left:10px;
}

.user_exist{
	background:#fff  url('../image/user_exist.jpg') no-repeat 10px 35px; 
	height:55px;
	padding-left:60px; 
	padding-top:35px;
	margin-left:3px;
	margin-right:3px;
	border-bottom:1px dotted #3eabdc; 
}
.user_exist_content{

}
.user_exist_content form{
	 background-color:#ff9;
	 width:320px;
	 height:240px;
}
.title{
	margin:0;
	padding:0;
	color:#0085b2;
	font-size:18px;
	text-align:left;
}

.subtitle{
	text-align:left;
	margin:0;
	padding:0px;
	color:#51606c;
	font-size:12px;
}
.tips{
	text-align:left;
	margin:0;
	padding:0;
	color:#000;
	font-size:11px;
	width:320px;
	margin-bottom:10px;
}
.input_form{
	text-align:left;
	height:35px;
}
.input_form .label, .textarea_form .label{
	float:left;
	text-align:left;
	font-size:12px;
	width:100px;
}
.input_form .input input{
	text-indent:3px;
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	width:195px;
	height:22px;
	background:transparent  url('../image/input_bg.png') no-repeat 0 0;
	border:none;	
}
.input_form .input input.error{
	
	background:transparent  url('../image/input_bg.png') no-repeat 0 -26px;

}
.textarea_form{
	text-align:left;

}
.textarea_form .textarea textarea{
	text-indent:3px;
	font-size:11px;
	padding:5px;
	width:195px;
	height:81px;
	background:transparent  url('../image/textarea_bg.png') no-repeat 0 0;
	border:none;	
}
.textarea_form .textarea_big textarea{
	text-indent:3px;
	font-size:11px;
	width:599px;
	height:92px;
	background:transparent  url('../image/textarea_big.png') no-repeat 0 0;
	border:none;	
}

.textarea_form .textarea textarea.error{	
	background:transparent  url('../image/textarea_bg.png') no-repeat 0 -93px;
}
.input_btn{
	display:block;
	padding-right:30px;
	height:26px;
}
.input_form em, .textarea em{
	display:none !important;}



.button{
	text-align:center;
	background:#fff  url('../image/login_btn.png') no-repeat 0 0;
	width:87px;
	height:20px;
	display:block;
	text-decoration:none;
	color:white;
	font-size:12px;
	float:right;
	line-height:20px;
	cursor:pointer;
}
.button span{
	color:white;
}
.forgotten{
	display:block;
	padding-right:30px;
}
.forgotten p{
	font-size:12px;
	text-align:right;
}
.forgotten a{
	font-size:12px;
	color:red;
}
.bg_yellow{
	padding-top:50px;
	padding-bottom:20px;
	margin-right:10px;
	background-color:#ffff99;
}

.bg_yellow .input_form .label {
	width:67px;
	margin-left:20px;
}

.forgott_heading{
	background:#fff  url('../image/forgott_icon.jpg') no-repeat 10px 35px; 
	height:55px;
	padding-left:60px; 
	padding-top:35px;
	margin-left:3px;
	margin-right:3px;

}
.forgott_content{
	width:320px;
}
.forgott_content .tips{
	width:300px;
}

.message{
	margin-right:15px;
}
.prod_message{
	background:#fff  url('../image/attention_icon.png') no-repeat 15px 5px; 
	margin:auto;
	margin-bottom: 15px;
	background-color:#feff99;
	width:550px;
	height:40px;
	padding-left:50px;
	line-height:250%;


}
.warning, .warningCreate{
	background:none repeat scroll 0 0 #FFDFE0;
	border:1px solid #FF9999;
	font-size:11px;
	margin-bottom:10px;
	padding:5px;
	text-align:center;
	visibility:hidden;
	position:relative;
}
.success {
	padding: 5px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	text-align: center;
	visibility:hidden;
	position:relative;
}
#login_frm{
	background: #E4F1C9;	
}

.hpm{	
	padding-top:10px;
	margin-left:5px;
	margin-right:5px;
	width:290px;
	height:376px;
}
.hpm .or{
	background: #FFFFFF url('../image/recipe_icon.jpg') no-repeat;
	padding-top:20px;
	width:260px;
	height:40px;
	border-bottom:1px dotted #36a8da;
	line-height:0px;
}

.hpm .lc{
	background: #FFFFFF url('../image/lastorder_icon.jpg') no-repeat;
	padding-top:20px;
	width:260px;
	height:40px;
	border-bottom:1px dotted #36a8da;
	line-height:0px;
}

.hpm .t{
	text-indent:50px;
	display:block;
	font-size:18px;
	color:#0085b2;
}
.hpm .st{
	text-indent:50px;
	font-size:12px;
	color:#51606c;
}

.rc ul {
	margin:0;
	padding:0;
	list-style:none;
}
.rc ul li {
	width:260px;
	height:90px;
	padding-top:5px;
	border-bottom:1px dotted #36a8da;
}
.hpm .img{
	
	margin:10px 2px 2px 2px;
	border:1px solid #36a8da;
	padding:2px;
	width:50px;
	float:left;
}
.hpm .desc{
	width:250px;
}
.hpm .rc p{
	padding-left:65px;
}

.hpm .pt{

	font-size:13px;
	color:#d91a00;
	font-weight:bold;
	text-align:left;
	width:250px;
	padding-top:5px;

	margin:0;
	
}

.hpm p a{
	text-decoration:none;
	color:#51606C;
}
.hpm p a:hover{
	background-color:#e6f8ff;

}
.hpm .pt a{
	color:#d91a00;
}
.by{
	padding-top:20px;
	padding-bottom:20px;
	margin-left:3px;
	margin-right:3px;
	background-color:#ffff99;
}
.at{
	text-indent:10px;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color:#51606c;
}
.by ul{


	text-align:left;
}
.by ul li a{
	font-size:12px;
	color:red;
}


.edit_profile{
	background:transparent  url('../image/user_exist.jpg') no-repeat 10px 35px; 
	height:55px;
	padding-left:60px; 
	padding-top:35px;
	margin-left:3px;
	margin-right:3px;
	border-bottom:1px dotted #3eabdc; 
}

.edit_profile form{
	 background-color:#ff9;
	 width:320px;
	 height:240px;
}
.no_border{border:0}
.promo{
	border-bottom:1px dotted #FFFFFF;
	padding-top:5px;
	display:block;
	width:100%;
	height:160px;
}
.promo .image{
	width:200px;
	float:left;
	padding:3px;
	background:#fff;
	
}
.promo .desc{
	color:#fff;
	padding-left:220px;
}
.promo .desc strong{ 
	font-size:15px;
}

.bonus_total{ 
background-color:#e3f7ff;
border-top:1px solid #dcf4ff;
}
.even{
background-color:#f9f9f9;
}
.contest{
	margin-left:10px;
	width:590px;
	color:#fff;
}
#contest_selector{
	height:48px;display:block;

}
#contest_selector .item{
	float:left;
	line-height:150%;
	height:48px; 
} 
#contest_selector .c_prize{
		background:transparent  url('../image/prize_icon.png') no-repeat;
		margin-left:10px;
}
#contest_selector .c_rules{
		background:transparent  url('../image/rules_icon.png') no-repeat;
				margin-left:70px;
}

#contest_selector .c_winner{
		background:transparent  url('../image/result_icon.png') no-repeat;
		margin-left:50px;
}

#contest_selector .item .title{
	font-size:18px;
	color:#0085b2;
	padding-left:50px;
}
#contest_selector .item .subtitle{
	font-size:13px;
	color:#51606c;
	padding-left:50px;   
}
#contest_selector .item .title a{
	font-size:18px;
	color:#0085b2;
	text-decoration:none;
}
#contest_selector .item .subtitle a{
	font-size:13px;
	color:#51606c;
	text-decoration:none;
}
.contact{
	height:220px;
	width:100%;
	margin-bottom:10px;
}
.contact .outer{
	height:220px;
}
.contact .inner{
	height:200px;
}
.contact  p{
	padding:0;
	margin:0;
	font-size:14px;
}
.contact  .address{
	padding:0;
	margin:0;
	font-size:12px;
	padding-left:10px;
}
.new_address{
	width:300px;
	float:left;
	border-right:1px dashed #c2cbcf;
	padding-right:5px;

}
.new_address .label{
	width:90px;
}
.new_address .input_btn{
	padding-right:5px;
}
.map{
	float:right;
}


.send{
	margin-left:5px;
	width:280px;
	float:left;
}
.send p{
	width:260px;
	margin:auto;
	margin-bottom:10px;
	
}
.send .dd .ddTitle{
	border:2px solid #99cccc;
}
.send .dd .ddChild {
	border:1px solid #99cccc;
}
.send .order_btn{
	clear:both;
	background-color:#ffff99;
	width:260px;
	height:175px;
	margin:auto;
	margin-top:50px;
}
.send .order_btn .title{
	padding-top:20px;
	padding-left:20px;
	margin-bottom:0px;
}
.send .order_btn .subtitle{
	padding-top:2px;
	padding-left:20px;
	width:200px;
	margin-left:0px;
}
.send .order_btn .img{

	background:transparent url("../image/send_btn.jpg") no-repeat;
	width:197px;
	height:67px;
	margin-left:20px;
	padding-left:40px;
	display:block;
	text-decoration:none;
	font-size:18px;
	color:#fff;

}
.send .order_btn .img p{
	width:100px;
	padding-top:15px;
	margin-left:25px;
	text-transform:uppercase;

}