*{
	outline:none;
	
}
@font-face {
	font-family: 'FertigoProRegular';
	src: url('../font/fertigo_pro.eot');
	src: local('?'), url('../font/fertigo_pro.woff') format('woff'), url('../font/fertigo_pro.ttf') format('truetype'), url('../font/fertigo_pro.svg#FertigoPro-Regular') format('svg');
}
body {
	margin:0px;
	background:url(../images/bg.jpg) repeat-x #eef0ef;
	font:13px/19px Arial,Helvetica,sans-serif;
}
a {
	outline:none;
}
img{
	border:none;
}
#wrappermain_inner {
	background:url(../images/banner_bg_inner.jpg) no-repeat top;
}
#wrappermain_inner_1 {
	background:url(../images/banner_bg_inner_1.jpg) no-repeat top;
}
#wrappermain_inner #content, #wrappermain_inner_1 #content {
	width:1000px;
	height:auto;
	margin:auto;
}
.f-left {
	float:left;
}
.f-right {
	float:right;
}
/*wrapper top part*/
#top {
	width:1000px;
	float:left;
}
#top .logo {
	width:386px;
	height:68px;
	float:left;
	margin-top:18px;
}
#top #bt {
	width:500px;
	height:87px;
	float:right;
}
#top .bt1 {
	float:right;
	padding:15px 0px 3px 0px;
}
#top .bt1 input{
	line-height:16px;
}

/*input search class*/
.tbx1_default
{
border:none;
height:16px;
padding: 4px 10px 4px 30px;
background:url(../images/search_off.png) no-repeat 5px 5px #4f4f4f;
font-weight:bold;
font-size:9px;
color:#687379;
}
.tbx1_hover, .tbx1_active
{
border:none;
height:16px;
padding: 4px 10px 4px 30px;
background:url(../images/search_on.png) no-repeat 5px 5px #6d6d6d;
font-weight:bold;
font-size:9px;
color:#fff;
}
/*input search class end*/

#footer_bot .bt1 {
	float:right;
	padding:27px 0px 3px 0px;
	width:630px;
}
#footer_bot .bt1 .bx1 {
	float:lefr;
	width:160px;
	padding-top:2px;
}
#footer_bot .bt1 .bx2 {
	float:right;
	width:455px;
}
#top .bt1 ul, #footer_bot .bt1 ul {
	list-style:none;
	margin:0px 0 0 10px;
	padding:0px;
	float:left;
	color:#eaeaea;
	font-size:11px;
}
#top .bt1 ul li, #footer_bot .bt1 ul li {
	float:left;
	padding:0px 10px 0px 10px;
	background:url(../images/menu_line.jpg) right no-repeat;
}
#top .bt1 ul li a, #footer_bot .bt1 ul li a {
	color:#FFFFFF;
	text-decoration:none;
	line-height:20px;
}
#top .bt1 ul li a:hover, #footer_bot .bt1 ul li a:hover {
	color:#CCCCCC;
	text-decoration:none;
}
.none {
	background:none !important;
	padding-right:0px !important;
}
#top .bt2{
	width:159px;
	height:27px;
	font-size:11px;
	color:#FFFFFF;
	float:right;
	line-height:25px;
	padding-left:35px;
	margin-top:5px;
	background:url(../images/all.png) 3px -141px #4d4d4e no-repeat;
	position:relative;
}

#top .bt2 a.active{
	background:none !important;
	height:auto !important;
	padding-right:3px;
}

#top .bt2 #panel{
	z-index:9999 !important;
	width:217px !important;
	background:#fff;
	color:#000;
	left:0px;
	top:28px;
	display: none; 
	position:absolute;
}
#top .bt2 #panel .close{
	float:right;
	margin:5px 5px 0 0;
}
#top .bt2 #panel #leftnav{ 
	margin:0px !important;
}
#top .bt2 a, #top .bt2 a:visited{
	color:#FFFFFF;
	} 
#top .bt2 a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}
	
	
/*drop down pannel left nav*/
#leftnav {
	width:215px;
	float:left;
	margin-bottom:25px;
	border:solid 1px #bebebe;
}
#leftnav h2 {
	width:178px;
	font:16px/23px 'FertigoProRegular',sans-serif;
	color:#FFFFFF;
	height:25px;
	float:left;
	background:url(../images/nav_top_bg.gif) no-repeat;
	padding:3px 0px 0px 35px;
	border:solid 1px #f2f2f2;
	margin:0px;
}
#leftnav p{
	padding:10px;
	margin:0px !important;
	float:left;
	font-size:11px;
	line-height:15px;
}
#leftnav p input{
	width:190px;
	float:left;
	margin-top:10px;
	font-size:10px;
	color:#999;
	border:1px solid #E9E9E9;
	padding:3px;
}
#leftnav p .bbtn{
	width:70px;
	background-color:#666666;
	color:#FFFFFF;
	border:solid 1px #CCCCCC;
	cursor:pointer;
	font-size:11px;
	}

#leftnav h2 a, #leftnav h2 a:visited{
	color:#FFFFFF;
	text-decoration:none;
	}
#leftnav h2 a:hover{
	color:#E1E1E1;
	text-decoration:none;
	}
#leftnav dl {
	width:215px;
	float:left;
	list-style-type: none;
	margin:0px;
	padding:0px;
	border-top:solid 1px #bebebe;
	position:relative;
}

#leftnav dl dt {
	float:left;
	font-size:11px;
}
.closebtn{
	width:9px;
	height:9px;
	position:absolute;
	right:5px;
	bottom:5px;
	background:url(../images/all.png) -18px -882px;
	}
#leftnav dl dt strong{
	float:left;
	padding:9px 5px 8px 8px;
	font-size:13px;
	font:bold 13px Arial, Helvetica, sans-serif !important;
}

#leftnav dl dt a.imgpad, #leftnav dl dt a.imgpad:hover{
	float:left;
	text-decoration:none;
	cursor:pointer;
	background:url(../images/add-to-cart-left_1.png) no-repeat left center;
	height:19px;
	padding:0px 0px 0px 8px;
	margin:7px 0px 10px 0px;
}
#leftnav dl dt a.imgpad span {
	float:left;
	height:15px;
	width:auto !important;
	padding:0 18px 0 0px;
	line-height:19px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	background:url(../images/add-to-cart_1.png) no-repeat right top;
	border:none;
}

#leftnav dl:first-child {
	background:none !important;
}
#leftnav dl dt span {
	float:left;
	padding:10px 0 10px 10px;
	height:100%;
	width:120px;
	border-left:solid 1px #CCCCCC;
	text-transform:uppercase;
	line-height:15px;
	font-size:10px;
	min-height:51px;
}
#leftnav dl dt span b{
	float:left;
	font-size:10px;
	line-height:20px;
}
#leftnav dl dt span strong{
	margin:4px 0px 0px 10px;
	padding:0px;
	color:#000;
	font-size:12px;
}
#leftnav dl dt p{
	height:18px;
	margin:5px;
	padding:8px;
	font-weight:bold;
	font-size:13px;
}
#leftnav dl dt .total{
	width:195px;
	background-color:#fafbeb;
	padding:10px;
	font-size:11px;
}
#leftnav dl dt .total b{
	font-size:10px;
	padding:0px;
	margin:0px;
}
#leftnav dl dt .total select{
	font-size:10px;
	font-weight:bold;
	width:120px;
	height:17px;
	}
#leftnav dl dt .total .inp{
	font-size:10px;
	font-weight:bold;
	width:3px;
	height:13px;
	}
#leftnav dl dt .total .bbtn, #ship_center_gray .bx2 span .bbtn{
	width:65px;
	background-color:#666666;
	margin-left:3px;
	color:#FFFFFF;
	border:solid 1px #CCCCCC;
	cursor:pointer;
	font-size:11px;
	}
#leftnav dl dt span select{
	font-size:10px;
	font-weight:bold;
	width:auto;
	height:16px;
	float:left;
	margin-left:5px;
	margin-top:3px;
	}
#leftnav dl dt span a, #leftnav dl dt span a:visited{
	color:#666666;
	text-decoration:none;
	}
#leftnav dl dt span a:hover{
	color:#999999;
	text-decoration:none;
	}

/*------------top menu part end--------------*/

/*content menu part*/
#contentpart {
	width:1000px;
	height:auto;
	float:left;
	padding-bottom:15px;
	background-color:#FFFFFF;
}
/*------------------content menu part end----------------*/


/*--------------add part end-------------*/


/*welcome part*/
#welcome_part {
	width:980px;
	height:auto;
	float:left;
	padding:10px 10px 10px 10px;
	margin-bottom:5px;
	color:#393939;
	clear:both;
}
/*---------------bottom menu part end----------------*/
.clearb {
	clear:both;
	height:0px;
}

.clearr{
	clear:right;
}
/*------------featured pro end-------------*/

/*-------------botttom wrapper end-------------*/
#footer_wrapper {
	width:100%;
	background:url(../images/bottom_bg.jpg) repeat-x bottom;
}
#footer_wrapper #cen {
	width:100%;
	height:216px;
	margin:auto;
	background:url(../images/bottom_bg_center.jpg) no-repeat center;
}
#footer_wrapper #cen_1 {
	width:100%;
	height:69px;
	margin:auto;
	background:url(../images/bottom_bg_center_1.jpg) ;
}
#footer {
	width:1000px;
	height:148px;
	margin:auto;
}
#footer_bot {
	width:1000px;
	height:68px;
	margin:auto;
}
#footer_bot span {
	font-size:5px;
	color:#3d3d3f;
	width:1000px;
	float:left;
	margin-top:-6px;
}
/* End Home page Vertical scroller */
.ct-card{
	padding:5px 0 0 0;
	float:right;
}
a.skype{
	background:url(../images/all.png) left -1050px no-repeat;
	width:16px;
	height:16px;
	text-indent:-10000px;
	display:inline-block;
	margin:0 2px;
	float:left;
}
a.facebook{
	background:url(../images/all.png) -16px -1000px no-repeat;
	width:16px;
	height:16px;
	text-indent:-10000px;
	display:inline-block;
	margin:2px 2px;
	float:left;
}
a.twitter{
	background:url(../images/all.png) -16px -976px no-repeat;
	width:16px;
	height:16px;
	text-indent:-10000px;
	display:inline-block;
	margin:2px 2px;
	float:left;
}

/*********************************************** shipping details css start here ************************************************/

#ship_left {
	width:786px;
	height:auto;
	float:left;
	border:solid 1px #dbdbdb;
	padding-bottom:10px;
	margin-bottom:20px;
}
#ship_left #topbar {
	width:784px;
	height:30px;
	float:left;
	background:url("../images/ship_top_bg.jpg") no-repeat scroll 0 0 transparent;
	border:solid 1px #F2F2F2;
}
#ship_left #topbar h2 {
	font:normal 18px 'FertigoProRegular',sans-serif;
	padding:0 0 0 35px;
	margin:0px;
	height:29px;
	line-height:30px;
	color:#FFF;
	background:url(../images/ship_errow.jpg) no-repeat left;
}
#ship_left .pay {
	width:725px;
	margin:20px 30px;
	float:left;
	border-bottom:solid 1px #CCC;
	padding-bottom:20px;
}
#ship_left .pay .b-left{
	float:left;
	width:400px;
}
#ship_left .pay .b-left img{
	margin-bottom:10px;
}

#ship_left .pay .b-left span{
	float:left;
}
#ship_left .pay .b-right{
	float:right;
	width:300px;
	font-size:11px;
}
#ship_left .pay .b-right strong{
	font-style:normal;
	font-weight:bold;
	color:#060;
}
#ship_left .paypal{
	float:left;
	margin:0px 0px 0px 30px;
}
#ship_left .ship_l {
	width:370px;
	height:auto;
	float:left;
	padding:3px 3px 3px 10px;
	margin:7px 7px 7px 0;
}
#ship_left .ship_2 {
	width:350px;
	height:auto;
	float:right;
	padding:3px;
	margin:7px;
}
#ship_left .ship_l strong, #ship_left .ship_2 strong{
	font:bold 12px Arial, Helvetica, sans-serif;
	width:100%;
	float:left;
	margin:40px 0px 10px 0px;
}
#ship_left .ship_l b, #ship_left .ship_2 b{
	font:bold 12px Arial, Helvetica, sans-serif;
	width:100%;
	float:left;
	margin:12px 0px 5px 0px;
}
#ship_left .ship_l input, #ship_left .ship_2 input, #ship_leftbot_in .bx .dvv input, #ship_left .pay .b-left input,.sel{
	border:solid 1px #e9e9e9;
	float:left;
	margin-bottom:5px;
	height:21px;
	font-size:11px;
	font-weight:bold;
	color:#999;
	padding:0px 5px;
	line-height:18px;
}
#ship_left .ship_l .txtsize, #ship_left .pay .b-left .txtsize{
	font-size:12px;
	color:#666;
}
#ship_left .ship_2 input{
	border:none !important;
}
#ship_left .ship_l .sel{
	border:solid 1px #e9e9e9 !important;
	height:22px;
	line-height:20px;
	font-size:12px;
	font-weight:normal;
	color:#999;	
}
#ship_left .ship_l .inp1{
	width:140px;
	clear:both;
}
#ship_left .ship_l .inp2{
	width:190px;
	margin-left:5px;
}
#ship_left .ship_l .inp3{
	width:90px;
}
#ship_left .ship_l .inp4{
	width:240px;
	margin-left:5px;
}
#ship_left .ship_l .inp5{
	width:329px;
}
#ship_left .ship_l .inp6{
	width:347px;
}
#ship_left .ship_l .inp7{
	width:110px;
}
#ship_left .ship_l .inp8{
	border:none;
	padding:0px;
	margin-top:2px;
}
#ship_left .ship_l .inp9{
	margin-left:20px;
	border:none !important;
	padding:0px;
}
#ship_left .ship_l .inp10{
	border:none;
	padding:0px;
}
#ship_left .pay .b-left .inp7{
	width:110px;
	margin:5px 0 10px 10px;
}
#ship_left .pay .b-left .inp2{
	width:190px;
	margin:5px 0 10px 0px;
}
.inp11{
	border:none;
	padding:0px;
	width:30px;
}
#ship_left .ship_l img{
	padding:5px 3px;
	float:left;
}
#ship_left .ship_l p, #ship_left .ship_2 p{
	padding:3px 4px;
	margin:0px;
	float:left;
	font-size:11px;
	font-weight:bold;
}
#ship_left .ship_l ul, #ship_left .ship_2 ul{
	clear:both;
	margin-top:0px;
	padding:0px 0 0 14px;
}
#ship_left .ship_l ul li, #ship_left .ship_2 ul li{
	padding:0px;
	margin:0px;
	background:none;
}
#ship_left .ship_l hr, #ship_left .ship_2 hr{
	clear:both;
	float:left;
	width:100%;
}
#ship_left .ship_2 a.addcat, #ship_leftbot a.addcat, #ship_leftbot_in .topc a.addcat, #ship_center_gray .bx1 a.addcat{
	background:url("../images/a2c-button.png") no-repeat scroll right top transparent;
	float:left;
	height:24px;
	margin:25px 0 0 10px;
	padding:0 14px 0 0;
	text-decoration:none;
}
#ship_leftbot_in .topc a.addcat {
	float:right !important;
	margin:0px 0 0 10px !important;
	background:url("../images/a2c-button1.png") no-repeat scroll right top transparent !important;
}
#ship_left .pay .b-right a.addcat {
	background:url("../images/a2c-button.png") no-repeat scroll right top transparent;
	float:right;
	height:24px;
	margin:10px 100px 0 10px;
	padding:0 14px 0 0;
	text-decoration:none;
}
#ship_left .ship_2 a.addcat span, #ship_leftbot a.addcat span, #ship_leftbot_in .topc a.addcat span, #ship_center_gray .bx1 a.addcat span, #ship_left .pay .b-right a.addcat span {
	background:url("../images/a2c-button.png") no-repeat scroll left bottom transparent;
	color:#FFFFFF;
	float:left;
	font:bold 14px Arial,Helvetica,sans-serif;
	height:16px;
	margin:0;
	padding:4px 7px 4px 9px;
}
#ship_leftbot_in .topc a.addcat span{
	background:url("../images/a2c-button1.png") no-repeat scroll left bottom transparent !important;
}
	
#ship_leftbot {
	width:786px;
	height:auto;
	float:left;
	margin:0px 0 20px 0;
}
#ship_leftbot h2{
	border-top:solid 1px #b8b8b8;
	border-bottom:solid 1px #b8b8b8;
	font-size:15px;
	width:100%;
	font-weight:bold;
	padding:5px 0px;
}
.message_body  h2{
	font-size:15px;
	width:auto;
	font-weight:bold;
	padding:0px;
	margin-bottom:5px;
}

#ship_leftbot .acnt{
	width:100%;
	float:left;
}
#ship_leftbot .topc{
	float:left;
	width:100%;
	border-top:1px solid #B8B8B8;
	padding-top:10px;
}
#ship_leftbot .f1 .edit1{
	font-size:11px;
	font-weight:bold;
	position:absolute;
	right:0;
}
#ship_leftbot .f1 .edit1 a, #ship_leftbot .f1 .edit1 a:visited{
	color:#09F;
	text-decoration:none;
}
#ship_leftbot .f1{
	float:left;
	width:380px;
	font-size:11px;
	padding-left:10px;
	position:relative;
}
#ship_leftbot .f1 strong{
	font-style:normal;
	padding:0px;
	margin:0px;
}
#ship_leftbot .f1 p{
	font-style:normal;
	padding:0px;
	margin-top:5px;
}
#ship_leftbot .topc h3{
	font-size:14px;
	float:left;
	padding:0px;
	margin:0px;
}
#ship_leftbot .topc .edit{
	background:url("../images/cart.jpg") no-repeat scroll right center transparent;
	float:right;
	font-size:11px;
	line-height:25px;
	height:22px;
	padding-right:25px;
	width:auto;
	font-weight:bold;
}
#ship_leftbot .topc .edit a, #ship_leftbot .topc .edit a:visited{
	color:#09F;
	text-decoration:none;
}
#ship_leftbot .bx{
	float:left;
	clear:both;
	width:100%;
	padding:10px 0px 20px 0px;
	border-bottom:solid 1px #CCC;
}
#ship_leftbot .bx img{
	margin:0px 10px 10px 0px;
	float:left;
}
#ship_leftbot .bx .dvv{
	float:right;
	border-bottom:solid 1px #CCC;
	margin:25px 0px 0px 10px;
	width:76%;
}
#ship_leftbot .bx .dvv h1{
	font-size:17px;
	float:left;
	width:50%;
	font-weight:bold;
	padding:0px;
	margin-top:0px;
}
#ship_leftbot .bx .dvv b{
	float:left;
	width:22%;
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
}
#ship_leftbot .bx .dvv strong{
	float:right;
	text-align:right;
	width:10%;
	font-size:16px;
	font-weight:bold;
}
#ship_leftbot .bx p{
	float:left;
	padding:10px 0px 0px 15px;
	margin:0px;
	font-size:11px;
	}

#ship_right {
	width:180px;
	float:right;
}

#ship_right #unnav {
	width:178px;
	float:left;
	margin:0px 0px 15px 0px;
	border:solid 1px #bebebe;
}
#ship_right #unnav h2 {
	width:141px;
	font:16px/23px 'FertigoProRegular',sans-serif;
	color:#FFFFFF;
	height:25px;
	float:left;
	background:url(../images/nav_top_bg.gif) no-repeat;
	padding:3px 0px 0px 35px;
	border:solid 1px #f2f2f2;
	margin:0px;
}
#ship_right #unnav a{
	margin:5px 10px;
	float:left;
	width:125px;
	height:24px;
	padding-left:33px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#666;
	line-height:25px;
}
#ship_right #unnav a.a1{
	background:url(../images/ship_call1.jpg);
}
#ship_right #unnav a.a1:hover{
	background:url(../images/ship_call1_a.jpg);
}

#ship_right #unnav a.a2{
	background:url(../images/ship_call3.jpg);
}
#ship_right #unnav a.a2:hover{
	background:url(../images/ship_call3_a.jpg);
}

#ship_right #unnav a.a3{
	background:url(../images/ship_call4.jpg);
}
#ship_right #unnav a.a3:hover{
	background:url(../images/ship_call4_a.jpg);
}
#ship_leftbot .bx1, #ship_leftbot_in .bx1, #ship_center_gray .bx1{
	float:right;
	width:300px;
	font-weight:bold;
	padding:10px 0px 20px 0px;
}
#ship_center_gray .bx2{
	float:left;
	width:400px;
	padding:10px 0px 20px 0px;
}
#ship_center_gray .bx2 label{
	float:left;
	margin-bottom:5px;
	width:138px;
}
#ship_center_gray .bx2 span{
	float:left;
	margin-bottom:5px;
	width:126px;
}
#ship_center_gray .bx2 span .inp12{
	width:30px;
	padding:2px;
	font-size:11px;
}
#ship_center_gray .bx2 label .inp13{
	width:150px;
	padding:2px;
	font-size:11px;
}

#ship_leftbot .bx1 label, #ship_leftbot_in .bx1 label, #ship_center_gray .bx1 label{
	width:50%;
	text-align:right;
	float:left;
}
#ship_leftbot .bx1 label img, #ship_leftbot_in .bx1 label img{
	padding:3px 5px 0 40px;
	float:left;
}
#ship_leftbot .bx1 label.orng, #ship_leftbot_in .bx1 label.orng{
	color:#d24000;
}
#ship_leftbot .bx1 .tot, #ship_leftbot_in .bx1 .tot, #ship_center_gray .tot{
	width:257px;
	float:right;
	margin-top:10px;
	padding-top:5px;
	border-top:solid 1px #CCC;
}
#ship_leftbot .bx1 .tot label, #ship_leftbot_in .bx1 .tot label, #ship_center_gray .tot label{
	font-size:16px;
	width:152px;
}
#ship_leftbot .bx1 .tot span, #ship_leftbot_in .bx1 .tot span, #ship_center_gray .tot span{
	font-size:16px;
	width:105px;
	float:left;
	text-align:right;
}
#ship_leftbot .bx1 .btn, #ship_leftbot_in .bx1 .btn{
	width:114px;
	clear:both;
	height:27px;
	background:url(../images/checkout_green.jpg) no-repeat;
	border:none;
	margin-top:15px;
}
#ship_center {
	width:978px;
	height:auto;
	float:left;
	border:solid 1px #dbdbdb;
}
#ship_center1 {
	width:938px;
	height:auto;
	float:left;
	padding:10px 20px;
	border:solid 1px #dbdbdb;
	margin:20px 0 20px 0 ;
}
#ship_center_gray {
	width:938px;
	height:auto;
	float:left;
	padding:10px 20px;
	background-color:#f5f6f8;
	border:solid 1px #dbdbdb;
	border-top:none !important;
	margin-bottom:30px;
}
#ship_center1 h1{
	width:100%;
	float:left;
	height:21px;
	padding:0px 0px 0px 28px;
	margin:15px 0px 0px 12px;
	font-weight:normal;
	font-size:18px;
	background:url(../images/i.jpg) no-repeat;
}
#ship_center1 .bxx1{
	width:435px;
	float:left;
	padding:15px;
	font-size:11px;
}
#ship_center1 .bxx1 strong{
	width:100%;
	float:left;
}
#ship_center1 .bxx1 p{
	width:100%;
	float:left;
	margin:8px 5px 20px 5px;
}
#ship_center1 .bxx1 p a{
	color:#09F;
	text-decoration:none;
}
#ship_center_top {
	width:978px;
	height:305px;
	float:left;
	border:solid 1px #dbdbdb;
	margin-bottom:20px;
	background:url(../images/thank_you.jpg) no-repeat;
}
#ship_center_top p {
	width:450px;
	height:50px;
	float:left;
	margin-top:210px;
	padding:10px;
}
#ship_center #topbar {
	width:976px;
	height:30px;
	float:left;
	background:url("../images/ship_top_bg.jpg") no-repeat scroll 0 0 #bcbcbc;
	border:solid 1px #F2F2F2;
}
#ship_center #topbar h2 {
	font:normal 18px 'FertigoProRegular',sans-serif;
	padding:0 0 0 35px;
	margin:0px;
	height:30px;
	line-height:30px;
	color:#FFF;
	background:url(../images/ship_errow.jpg) no-repeat left;
}
#ship_center #top_under{
	width:978px;
	height:60px;
	float:left;
	background:url(../images/ship_topun_bg.jpg) repeat-x;
	border-bottom:solid 1px #e8e8e8;
}
#ship_center #top_under h2{
	width:300px;
	float:left;
	font-size:16px;
	padding:8px 15px; 
}
#ship_center #top_under .print{
	width:50px;
	float:right;
	font-size:12px;
	font-weight:bold;
	padding:21px;
	background:url(../images/print.png) no-repeat left;
}
#ship_center #top_under .print a{
	text-decoration:none;
	color:#000;
}
#ship_center .ship_l {
	width:460px;
	height:auto;
	float:left;
	padding:10px 15px 10px 10px;
	margin:20px 0px 20px 0px;
	border-right:solid 1px #CCC;
}
#ship_center .ship_2 {
	width:460px;
	height:auto;
	float:right;
	padding:10px;
	margin:20px 0px 20px 0px;
}

#ship_center .ship_l h2, #ship_center .ship_2 h2{
	width:450px;
	height:20px;
	float:left;
	font-size:15px;
	padding:0 0 10px 0px;
	border-bottom:solid 1px #e3e3e3;
}
#ship_center .ship_l span, #ship_center .ship_2 span{
	padding:20px 0px 0px 0px;
	float:left;
	width:100%;
	height:20px;
	margin-bottom:20px;
	font-size:11px;
	font-weight:bold;
}
#ship_center .ship_2 span label{
	color:#d24000;
}
#ship_center .ship_l span strong, #ship_center .ship_2 span strong{
	padding:10px 0px 0px 20px;
	line-height:19px;
}
#ship_center .ship_l p, #ship_center .ship_2 p{
	padding:2px 4px;
	margin:0px;
	float:left;
	font-size:11px;
	width:200px;
}
#ship_leftbot_in {
	width:938px;
	height:auto;
	float:left;
	padding:20px;
}

#ship_leftbot_in .ship_l {
	width:468px;
	height:auto;
	float:left;
	padding:0px;
	margin:0px;
}
.no_bg{
	border:none !important;
}
#ship_leftbot_in .ship_l img{
	width:120px;
	height:100px;
}
#ship_leftbot_in .ship_l .bbx1{
	width:450px;
	height:auto;
	float:left;
	padding:0px 0 20px 0;
	margin:20px 10px 0 8px;
	border-bottom:1px solid #DBDBDB;
}
#ship_leftbot_in .ship_l .bbx1 .conbx{
	float:left;
	margin-left:15px;
	width:315px;
}
#ship_leftbot_in .ship_l .bbx1 .conbx span{
	float:left;
	margin:0px;
	padding:0px;
	font-size:12px;
}
#ship_leftbot_in .ship_l .bbx1 .conbx ul{
	list-style:circle;
	float:left;
	padding:0 0 0 15px;
	margin:0px 0 4px 0;
}
#ship_leftbot_in .ship_l .bbx1 .conbx ul li{
	margin:0px;
	padding:0px;
}
#ship_leftbot_in .ship_l .bbx1 .conbx a.ab{
	float:left;
	text-decoration:none;
	padding:0px 10px 0px 0px;
	background:url(../images/add-to-cart.jpg) no-repeat right center;
	height:19px;
	margin:10px 5px 0 0;
}
#ship_leftbot_in .ship_l .bbx1 .conbx a.ab span {
	float:left;
	width:auto;
	font:bold 12px Arial, Helvetica, sans-serif; 
	padding:0 10px 0 10px;
	margin:0px;
	line-height:19px;
	color:#ffffff;
	height:19px;
	background:url(../images/add-to-cart-left.jpg) no-repeat left center;
}
#ship_leftbot_in .ship_l .bbx1 .conbx a.ab:hover{
	background:url(../images/add-to-cart-a.jpg) no-repeat right center;
}
#ship_leftbot_in .ship_l .bbx1 .conbx a.ab:hover span {
	background:url(../images/add-to-cart-left-a.jpg) no-repeat left center;
}

#ship_leftbot_in .acnt{
	width:100%;
	float:left;
}
#ship_leftbot_in .topc{
	float:left;
	width:100%;
	padding-bottom:10px;
}
#ship_leftbot_in .topc h3{
	font-size:14px;
	float:left;
	padding:0px;
	margin:0px;
}

#ship_leftbot_in .topc .edit a, #ship_leftbot_in .topc .edit a:visited, #ship_center_top p a, #ship_center_top p a:visited{
	color:#09F;
	text-decoration:none;
	font-weight:bold;
}
#ship_leftbot_in .bx{
	float:left;
	clear:both;
	width:100%;
	padding:10px 0px 20px 0px;
	border-top:solid 1px #CCC;
}
#ship_leftbot_in .bx img{
	margin:0px 10px 10px 0px;
	float:left;
}
#ship_leftbot_in .bx .dvv{
	float:right;
	border-bottom:solid 1px #CCC;
	margin:25px 0px 0px 10px;
	width:76%;
}
#ship_leftbot_in .bx .dvv h1{
	font-size:17px;
	float:left;
	width:56%;
	font-weight:bold;
	padding:0px;
	margin-top:0px;
}
#ship_leftbot_in .bx .dvv b{
	float:left;
	width:15%;
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
}
#ship_leftbot_in .bx .dvv span{
	float:left;
	padding-left:37px;
}
#ship_leftbot_in .bx .dvv strong{
	float:right;
	text-align:right;
	width:15%;
	font-size:16px;
	font-weight:bold;
}
#ship_leftbot_in .bx p{
	float:left;
	padding:10px 0px 0px 100px;
	margin:0px;
	font-size:11px;
	}
#ship_leftbot_in .bx p a{
	float:left;
	background:url(../images/close-red.png) no-repeat left center;
	padding-left:15px;
	text-decoration:none;
	color:#666;
}


/* message display page */
.message_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 788px;
	float:left;
}
.message_list li {
	padding: 0;
	margin: 0;
	/*background: url(../images/message-bar.gif) repeat-x ;*/
}
.message_head {
	padding: 5px 0px;
	cursor: pointer;
	/*position: relative;*/
	/*border-bottom:1px solid #CCC;*/
}
.message_head .timestamp {
	color: #666666;
	font-size: 95%;
	position: absolute;
	right: 10px;
	top: 5px;
}
.message_head cite {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}
.message_body {
	padding: 0px;
	float:left;
}
.collapse_buttons {
	text-align: right;
	border-top: solid 1px #e4e4e4;
	padding: 5px 0;
	width: 383px;
}
.collapse_buttons a {
	margin-left: 15px;
	float: right;
}
.show_all_message {
	background: url(images/tall-down-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	background: url(images/tall-up-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.collpase_all_message {
	background: url(images/collapse-all.gif) no-repeat right center;
	padding-right: 12px;
	color: #666666;
}


input.error {
	border: 1px solid red !important;
}

label.error {
	background: url("images/cancel.png") no-repeat 0px 2px;;
	padding-left: 18px;
	position:static;
	float:left;
	clear:left;
	
	margin-top:-5px;
}

label.valid {
	background: url("images/ok1.png") no-repeat;
	width: 16px;
	height: 16px;
	display: inline;
	position: absolute;
	clear: none;
	margin-top: 5px;
	margin-left: 5px;
}

.sleeper_line1{
	font-weight: bold;
	}
