/* CART CSS Document */
#all{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
}

.left {
	margin:0 0 10px 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
/*** product details ***/
#details {
	clear:both;
}

ul.product-specs {
	list-style-type:none;
}

ul.product-specs {
	font-family:Tahoma,Geneva,sans-serif;
	font-size:12px;
	font-weight:100;
	color:#000000;
	line-height:1.7em;
	margin:0;
	padding:0;
	list-style-type:none;
}

.new-price {
	font-family:Tahoma,Geneva,sans-serif;
	font-size:18px;
	font-weight:100;
	color:#662A1C;
	line-height:1.7em;
}

.more {
	font-family:Tahoma,Geneva,sans-serif;
	font-size:12px;
	font-weight:100;
	color:#000000;
	line-height:1.7em;
}

.product-image {
	width:250px;
	float:left;
}

.big-image {
	float:left;
	width:250px;
}

div.product-details {
	float:right;
	width:250px;
}

#left{
	float:left;
}

#left ul{
	list-style-type:none;
}
#left li{
	font-size:12px;
	padding:0 5px 0 0;
	float:left;
}

#left ul .highlight {
	font-weight:bold;
}

div dl{
	margin:0 auto 0 auto;
	padding:0;
	width:400px;
	/*line-height:25px;*/
	overflow:hidden;
}
div dl dt{
	margin:0 auto 0 auto;
	padding:0;
	/*width:150px;*/
	float:left;
}
div dl dd{
	margin:0 auto 0 auto;
	padding:0;
	float:left;
	width:50pxpx;
}

/** buttons **/

.view-product-details {
	background:url(../images/product-details.jpg) no-repeat;
	width:117px;
	height:22px;
	display:block;
	margin:0;
	padding:0;
	text-indent:-999em;
}

.add-to-cart {
	background:url(../images/add-to-cart.jpg) no-repeat;
	width:71px;
	height:22px;
	display:block;
	margin:0;
	padding:0;
	text-indent:-999em;
}

.detailed-view {
	background:url(../images/detailed-view.jpg) no-repeat;
	width:80px;
	height:20px;
	display:block;
	margin:0;
	padding:0;
	text-indent:-999em;
}

/* buttons */

/** FORMS **/

/* FORMS */

.form{
	width:550px;
	overflow:hidden;
}
.form p{
	margin:6px 0 0 6px;
}
.form .twocolumn{
	width:550px;
	overflow:hidden;
}
.form .left{
	float:left;
	width:443px;
}
.form .right{
	float:right;
	width:443px;
}
.form dl{
	margin:0;
	padding:0;
	width:443px;
	overflow:hidden;
}
.form dt{
	margin:0;
	padding:6px 9px 0 0;
	width:121px;
	float:left;
	text-align:right; 
	font:11px/19px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 17px;
}
.form dt em{
	color:#e30202;
	margin: 0 4px 0 0;
}
.form dd{
	margin:0;
	padding:6px 0 0 0;
	width:313px;
	float:left;
}
.form input{
	width:200px;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:15px;
	float:left;
	padding:2px 0 0 4px;
}
.form select{
	width:241px;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	float:left;
}
.form h3{
	font-size:14px;
	color:#a60000;
	margin:20px 0 0 0;
}
.form dt.checkbox{
	width:323px;
	padding:0 0 0 120px;
}
.form dt.checkbox label{
	text-align:left;
	font-weight: bold;
	font-size: 12px;
	float:left;
}
.form .checkbox input{
	width:14px;
	height:15px;
	margin:4px 3px 0 0;
	padding:0;
	background:none;
	border:none;
}

.form dt.radio-button{
	width:450px;
	padding:0 0 0 20px;
	float:left;
}
.form dt.radio-button label{
	text-align:left;
	font-weight: bold;
	font-size: 12px;
	float:left;
}
.form .radio-button input{
	width:14px;
	height:18px;
	margin:4px 3px 0 0;
	padding:0;
	background:none;
	border:none;
}

.payment-form {}

.payment-form .radio-payment{
	width:50px;
	padding:0;
	float:left;

}

.payment-form .radio-payment input{
	width:14px;
	height:18px;
	margin:4px 3px 0 0;
	padding:0;
	background:none;
	border:none;
}


/* Additional Adds */
.form .submit-button { 
	cursor:pointer; 
	border:outset 1px #ccc; 
	background:#999; 
	color:#666; 
	font-weight:bold; 
	padding: 1px 2px;
	width:auto;
	height:auto;
	background:url(../media/system/submit-button-background.gif) repeat-x left top;
}

.submit-button { 
	cursor:pointer; 
	border:outset 1px #ccc; 
	background:#999; 
	color:#666; 
	font-weight:bold; 
	padding: 1px 2px;
	width:auto;
	height:auto;
	background:url(../media/system/submit-button-background.gif) repeat-x left top;
}

.form-customer-review{
	width:887px;
	overflow:hidden;
}
.form-customer-review p{
	margin:0;
}
.form-customer-review dl{
	margin:0;
	padding:0;
	width:550px;
	overflow:hidden;
}
.form-customer-review dt{
	margin:0;
	padding:11px 9px 0 0;
	width:111px;
	float:left;
	text-align:right; 
	font:11px/19px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.form-customer-review dt em{
	color:#e30202;
	margin: 0 4px 0 0;
}
.form-customer-review dd{
	margin:0;
	padding:11px 0 0 0;
	width:323px;
	float:left;
}
.form-customer-review input{
	width:360px;
	font:1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:15px;
	float:left;
	padding:2px 0 0 4px;
}
.form-customer-review textarea{
	width:360px;
	font:1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:15px;
	float:left;
	padding:2px 0
}
.form-customer-review select{
	width:241px;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	float:left;
}

.form-customer-review .checkbox input{
	width:14px;
	height:15px;
	margin:4px 3px 0 0;
	padding:0;
	background:none;
	border:none;
}
/* Additional Adds */
.form-customer-review .submit-button { 
	cursor:pointer; 
	border:outset 1px #ccc; 
	background:#999; 
	color:#666; 
	font-weight:bold; 
	padding: 1px 2px;
	width:150px;
	height:auto;
	background:url(../media/system/submit-button-background.gif) repeat-x left top;
}

.submit-box{
	padding:57px 0 0 0;
}
.submit-box label{
	font-size:9px;
	line-height:16px;
	color:#666;
}
.submit-box input{
	width:14px;
	height:15px;
	border:none;
	background:none;
	margin:0;
	padding:0;
}
.submit-box a{
	float:right;
	margin:0 30px 0 0;
}
.require {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#990000;
	font-weight:100px;
	margin:0;
	padding:0;
}

a.continue{
	width:122px;
	padding:0 0 0 24px;
	float:right;
	height:32px;
	background:url(../media/css/btn-continue.gif);
	overflow:hidden;
	color:#fff;
	font-size:16px;
	line-height:32px;
	text-decoration:none;
	font-weight:bold;
}
.complete-order:hover,a.continue:hover{text-decoration:none; color:#FFFFFF;}
.complete-order{
	width:153px;
	padding:0 32px 0 0;
	float:right;
	text-align: right;
	height:32px;
	background:url(../media/css/a-complete-order.gif);
	overflow:hidden;
	color:#fff;
	font-size:16px;
	line-height:32px;
	text-decoration:none;
	font-weight:bold;
	margin: 0 17px 0 0;
}

.continue-shopping:hover{text-decoration:underline;}
.continue-shopping{
	width:153px;
	padding:10px 26px 0 22px;
	float:right;
	text-align: right;
	height:22px;
	color:#272727;
	font-size:12px;
	line-height:22px;
	text-decoration:none;
	font-weight:bold;
	margin: 0 12px 0 0;
}

.submit-box a.continue{
	margin:-2px 0 0 0;
}

.general-bar{
	width:898px;
	height:27px;
	font-weight:bold;
	font-size:14px;
	line-height:27px;
	overflow:hidden;
	border:1px solid #e2e2e2;
	margin:20px 0 0 0;
	padding:0 0 0 5px;
	background:#fcfcfc;
}

.shipping-info {
	float:left;
	clear:both;
}

.billing-title {
	width:550px;
	height:27px;
	font-weight:bold;
	font-size:14px;
	line-height:27px;
	overflow:hidden;
	border:1px solid #e2e2e2;
	background:#fcfcfc;
}
.billing-title .left{
	width:491px;
	float:left;
	padding:0 0 0 9px;
}
.billing-title .right{
	width:385px;
	float:left;
}
.billing-title .right em{
	float:right;
	margin:0 19px 0 0;
	font-style:normal;
	color:#e30202;
	font-size:12px;
}
.login-box{
	width:900px;
	overflow:hidden;
	padding:0 0 15px 0;
}
.login-box .left{
	float:left;
	width:516px;
}
.login-box .right{
	float:left;
	width:384px;
}
.login-box ul{
	margin:0;
	padding:0;
	list-style:none;
	width:516px;
	overflow:hidden;
}
.login-box ul li{
	width:516px;
	overflow:hidden;
	float:left;
	padding:10px 0 0 0;
}
.login-box ul label{
	width:133px;
	float:left;
	color:#272727;
}
.login-box ul em{
	color:#e30202;
}
.login-box ul input{
	width:185px;
	height:16px;
	padding:0 0 0 4px;
	float:left;
}
.login-box ul input.process-login{
	border:1px solid #4f4f4f;
	margin:0 0 0 8px;
	width:auto;
	height:auto;
	padding:0;
}
.login-box .left a{
	font-size:11px;
	float:right;
	margin:0 189px 0 0;
}
.login-box h3{
	font-size:14px;
	color:#a60000;
	margin:0 0 0 0;
}
.login-box .right strong{
	display:block;
	color:#a60000;
	margin:4px 0 0 0;
}
.login-box .right p{
	font-size:11px;
	margin:4px 95px 0 0;
}
.checkout-process{
	width:550px;
	padding:10px 0 10px 0;
	text-align:left;
}
.checkout-process strong{
	float:left;
	font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
}
.checkout-process ul{
	margin:0;
	padding:5px 0 10px 0;
	display:inline;
	float:left;
	list-style:none;
	font-size:13px;
	overflow:hidden;
	color:#a9a9a9;
}
.checkout-process ul li{
	padding:0 0 0 23px;
	margin:0 36px 0 -23px;
	font-weight: bold;
	width:auto;
	float:left;
	background:url(../media/css/bullet2.png) no-repeat left;
}
.checkout-process ul li.last{
	margin:0 0 0 -23px;
}
.checkout-process strong{
	float:left;
	margin:0 0 0 155px;
}
.checkout-process ul li strong{
	margin:0;
	float:none;
	color:#a60000;
}
ul.selling-products{
	margin:7px 0 0 0;
	padding:0 0 30px;
	list-style:none;
	overflow:hidden;
	width:550px;
}
ul.selling-products li{
	float:left;
	width:179px;
}
ul.selling-products img{
	margin:0 auto;
}
ul.selling-products li .txt{
	width:130px;
	margin:0 auto;
	padding:10px 0 0 0;
}
ul.selling-products li strong{
	color:#a60000;
	font-weight:bold;
	display:block;
	margin:5px 0 0 0;
}


.customer-box{
	width:550px;
	padding:10px 0 43px 0;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
.customer-box .left{
	float:left;
	width:330px;
}
.customer-box .right{
	float:right;
	width:330px;
}
.customer-box h3{
	font-size:16px;
	color:#a60000;
	padding:0 0 4px;
	border-bottom:1px solid #e2e2e2;
	margin:0;
}

.shipping-box{
	width:613px;
	margin:0 0 0 11px;
	overflow:hidden;
}
.shipping-box h3{
	font-size:16px;
	color:#a60000;
	padding:0 0 4px;
	border-bottom:1px solid #e2e2e2;
	margin:0;
}
.shipping-box ul{
	margin:0;
	padding:0;
	list-style:none;
	width:613px;
	font-size:12px;
	overflow:hidden;
}
.shipping-box ul li{
	width:613px;
	overflow:hidden;
	float:left;
	line-height:22px; 
	border-bottom:1px solid #eee;
}
.shipping-box ul li.title{
	font-weight:bold;
}
.shipping-box ul div{
	float:left;
	padding:0 0 0 5px;
}
.shipping-box ul .t1{
	width:350px;
}
.shipping-box ul .t2{
	width:250px;
	text-align:right;
}
.shipping-box a{
	color:#255b96;
}
.shipping-box p{
	margin:0;
}

.note-box {
	width:400px;
	margin:15px auto;
	text-align:left;
	padding:20px;
	border:1px solid #C0C0C0;
	background:#fcfcfc;
}
.note-box-small {
	width:300px;
	margin:10px auto;
	text-align:left;
	padding:10px;
	border:1px solid #C0C0C0;
	background:#fcfcfc;
}

.note-box-small h3,
.note-box h3{
	font-size:16px;
	color:#a60000;
	padding:0 0 4px;
	border-bottom:1px solid #e2e2e2;
	margin:0;
}
.note-box .add{
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
	overflow:hidden;
}
.note-box .add li{
	float:left;
	padding:0 0 0 15px;
	margin:0 15px 0 0;
	background:url(../media/css/divider.gif) no-repeat left;
}
.note-box .add li.first{background:none;padding:0;}
.note-box.add a{
	color:#282828;
	text-decoration:none;
}

.note-box dl{
	margin:0;
	padding:0;
	width:330px;
	overflow:hidden;
}
.note-box dt{
	margin:0;
	padding:10px 0 0 0;
	font-weight:bold;
	float:left;
	line-height:20px;
	width:130px;
}
.note-box dd{
	margin:0;
	padding:10px 0 0 0;
	float:left;
	width:200px;
}
.note-box dd input{
	width:185px;
	padding:0 0 0 4px;
	height:16px;
}


.register-box{
	width:550px;
	padding:24px 0 43px 0;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
.register-box .left{
	float:left;
	width:330px;
}
.register-box .right{
	float:right;
	width:330px;
}
.register-box h3{
	font-size:16px;
	color:#a60000;
	padding:0 0 4px;
	border-bottom:1px solid #e2e2e2;
	margin:0;
}
.register-box dl{
	margin:0;
	padding:0;
	width:330px;
	overflow:hidden;
}
.register-box dt{
	margin:0;
	padding:10px 0 0 0;
	font-weight:bold;
	float:left;
	line-height:20px;
	width:130px;
}
.register-box dd{
	margin:0;
	padding:10px 0 0 0;
	float:left;
	width:200px;
}
.register-box dd input{
	width:185px;
	padding:0 0 0 4px;
	height:16px;
}
.register-box .radio dd {
	width:320px;
	padding:0 0 0 4px;
	height:16px;
}
.register-box strong{
	display:block;
	clear:both;
	padding:10px 0 0 0;
	color:red;
	font-size:1.5em;
}
.register-box p{
	margin:10px 0 0 0;
}
.register-box label input{
	width:14px;
	height:15px;
	padding:0;
	float:left;
	margin:1px 10px 0 0;
}
.register-box dd.newsletter{
	width:330px;
	font-weight:bold;
}
.register-box .right a.continue{margin:13px 8px 0 5px;}
.register-box .left a.continue{margin:10px 9px 0 0;}
.register-box .left .forgot-password{
	float:right;
	clear:right;
	font-size:11px;
	padding:4px 0 0 0;
	margin:0 9px 0 0;
}

ul.cart-update{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:540px;
	background:#f2f2f2;
	border:0px 1px 1px 1px solid #c7c7c7;
	border-top:0;
}
ul.cart-update .left{
	float:left;
	width:250px;
	padding-left:5px;
}
ul.cart-update .right{
	float:right;
	width:250px;
}

ul.cart-update li {
	height:27px;
	line-height:27px;
}

ul.item-price{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:550px;
	border-bottom:1px solid #e2e2e2;
}
ul.item-price li{
	float:left;
	width:550px;
	overflow:hidden;
}

ul.item-price .row{
	float:left;
	width:550px;
	overflow:hidden;
}

ul.item-price .title{
	width:540px;
/*	height:27px;
	line-height:27px;
	font-size:1.08em; */
	border:1px solid #662A1C;
	font-weight:bold;
	background:#D7C794;
	color:#662A1C;
}
ul.item-price .title div{
	padding-top:0 !important; 
}
ul.item-price .row div{
	float:left;
	overflow:hidden;
}
ul.item-price .row .t1{
	width:80px;
	padding:0 0 0 24px;
}
ul.item-price .row .t2{
	width:130px;
}
ul.item-price .row .t2 img{
	float: left;
	margin: 0 10px 0 0;
}
ul.item-price .row .t2 h3{
	font-size:1.0em;
}
ul.item-price .row .t3{
	width:130px;
	padding:10px 0 0 0;
	font-weight:bold;
	text-align:right;
}
ul.item-price .row .t4{
	width:150px;
	font-weight:bold;
	text-align:right;
	padding:10px 23px 0 0;
}
ul.item-price .row .t1 input{
	width:27px;
	height:15px;
	margin:10px 0 0 0;
	padding:0 0 0 3px;
	border:1px solid #6a87a7;
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
ul.item-price .row .t2 h3{
	font-size:1.1em;
	margin:10px 0 2px 0;
}
ul.item-price .row .t2 p{
	margin:0;
	font-size:1em;
	color:#6d6d6d;
}
ul.item-price .separate{
	background:url(../media/css/separator.gif) repeat-x 0 0;
	padding:6px 0 0 0;
	margin:8px 0 0 0;
}
ul.item-price .option{
	float:left;
	width:550px;
	overflow:hidden;
	padding:12px 0 8px 0;
}
ul.item-price .option ul{
	margin:0 0 0 105px;
	padding:0;
	overflow:hidden;
	width:791px;
	list-style:none;
}
ul.item-price .option ul li{
	float:left;
	width:auto;
}
ul.item-price .option ul a{
	padding:0 0 0 17px;
	margin:0 36px 0 0;
	background:url(../media/css/bullet3.gif) no-repeat left;
}
.info{
	width:540px;
	margin:0 auto;
}
.info .title{
	width:540px;
	height:27px;
	line-height:27px;
	background:#f2f2f2;
	border:1px solid #c7c7c7;
	font-weight:bold;
	font-size:1.08em;
	margin-top:10px;
}
.info .title a{
	color:#852e1a;
	font-weight:normal;
}
.info .content{
	width:550px;
	padding:8px 0 25px 0;
}
.info div{
	float:left;
}
.info .t1{
	width:262px;
	padding:0 0 0 11px;
	font-size:14px;
	font-weight:bold;
	line-height:27px;
	font-family:Arial,Helvetica,sans-serif;
}
.info .t2{
	width:264px;
	font-size:14px;
	font-weight:bold;
	line-height:27px;
	font-family:Arial,Helvetica,sans-serif;
}

.info .t3{
	width:356px;
	font-size:14px;
	font-weight:bold;
	line-height:27px;
	font-family:Arial,Helvetica,sans-serif;
}
.info p{
	margin:0;
	color:#474747;
}
.info a{color:#852e1a;}


.receipt-title{
	margin-top:10px;
	width:894px;
	height:27px;
	line-height:27px;
	font-weight:bold;
	font-size:1.08em;
}
.receipt-title div {
	float:left;
	overflow:hidden;
}

.receipt-title .t1 {
	width:360px;
	padding:0 0 0 11px;
}
.receipt-title .t2 {
	width:200px;
}

.cart-summary a.continue{
	margin:10px 13px 0 0;
}
.cart-summary{
	float:right;
	width:388px;
	padding:0 0 13px 0;
	margin:0 0 0 20px;
	border:1px solid #ddd;
	position:relative;
	
	
	
}
.cart-summary strong.title{
	position:absolute;
	color:#751c1f;
	padding:0 7px;
	font-size:16px;
	top:-7px;
	left:250px;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
}
.cart-summary ul{
	width:348px;
	overflow:hidden;
	margin:13px 0 0 20px;
	padding:0;
	list-style:none;
}
.cart-summary ul li{
	float:left;
	width:348px;
	line-height:28px;
}
.cart-summary ul li.total{
	border-top:1px solid #ddd; 
}
.cart-summary ul strong{
	float:left;
	text-align:right;
	width:246px;
}
.cart-summary ul .add span,
.cart-summary ul .add strong{
	font-weight: normal;
}
.cart-summary ul span{
	float:right;
	width:95px;
	text-align:right;
	font-weight:bold;
}
.cart-summary ul span.negative{
	float:right;
	width:95px;
	text-align:right;
	font-weight:bold;
	color:red;
}
.summary{
	overflow:hidden;
	width:550px;
	padding:23px 0 0 0;
	font-size:1.12em;	
}
.summary p{margin:0 0 13px;}
.custom{padding:0 0 12px 7px;}
.custom p{margin:10px 0 0;}

div .alert-red {
	clear:left;
	color:red;
}
/* payment info */

ul.payment-information{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 600px;
	overflow: hidden;
}
ul.payment-information li{
	overflow: hidden;
	width: 600px;
	float: left;
	padding: 10px 0 0 0;
}
ul.payment-information li.alert-red{
	overflow: hidden;
	width: 600px;
	float: left;
	padding: 10px 0 0 0;
	color:red;
}

ul.payment-information .radio{
	width: 57px;
	float: left;
	overflow: hidden;
}
ul.payment-information .label{
	float: left;
	width: 543px;
	overflow: hidden;
}
ul.payment-information .radio input{
	width: 14px;
	height: 15px;
	padding: 0;
	border: none;
	display: block;
	margin: 0 auto;
}
ul.payment-information ul{
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style: none;
	width: 543px;
	overflow: hidden;
}
ul.payment-information ul li{
	float: left;
	width: 543px;
	overflow: hidden;
}
ul.payment-information ul label{
	float: left;
	width: 74px;
	line-height: 20px;
	margin: 0 6px 0 0;
	text-align: right;
}
ul.payment-information ul.pay-check label{
	width: 98px;
}
ul.payment-information ul.pay-check li{
	padding: 2px 0 0 0;
}
ul.payment-information ul.pay-check input{
	background: #fff;
}
ul.payment-information ul input{
	background: #ffffa0;
	width: 145px;
}
ul.payment-information ul input.code{
	width: 40px;
	margin: 0 6px 0 0;
}
ul.payment-information ul input.issue-no{
	width: 48px;
	margin: 0 5px 0 0;
}
ul.payment-information input.purchase{
	display: block;
	width: 139px;
}
ul.payment-information ul select{
	width: 130px;
	background: #ffffa0;
}
ul.payment-information ul select.small{
	width: 60px;
	margin: 0 10px 0 0;
}

/*** account details **/
.account-details{
	width:550px;
	overflow:hidden;
}
.account-details .left{
	float:left;
	width:324px;
	clear:both;
}
.account-details .right{
	float:right;
	width:324px;
}
.account-details h3{
	border:1px solid #c7c7c7;
	background:#f2f2f2;
	line-height:27px;
	margin:0;
	font-size:13px;
	padding:0 0 0 12px;
}
dl.details{
	margin:0 0 0 10px;
	padding:0;
	width:310px;
	line-height:25px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#000000;
}
dl.details dt{
	margin:0;
	padding:0;
	width:130px;
	float:left;
	clear:left;
	font-weight:bold;
}
dl.details dd{
	margin:0;
	padding:0;
	float:left;
	width:180px;
}
.account-details .right ul{
	margin:0 0 0 14px;
	padding:0;
	list-style:none;
}
.account-details .right ul li{margin:10px 0 0 0;}
.account-details .right a{color:#255b96;}
.account-details .right p{margin:10px 0 0 13px;}
.account-details .right p em{display:block;color: #474747;}