/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Shopping bag with items /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

.shopping-bag {
	height:255px;
	overflow:auto;
	width:680px;
	margin:auto;
	padding:0;
}

.shopping-bag-item {
	width:233px;
	min-height:100px;
	float:left;
	margin: 0px -60px 30px 118px;
	display:inline;
/*	border: 1px solid #f00;*/
}
.shopping-bag-item img {
	border: 1px solid #73726e;
}

.shopping-bag-item h2 {
	padding:0 0 .4em 0;
	font-size:1em;
}

.shopping-bag-item ul {
	display:block;
	float:left;

}

li.total {
	border-top: 1px solid #73726e;
	margin-top:4px;
	padding-top:2px;
	list-style:none none outside;
}

li.total span {
	font-size:1.3em !important;
}

.shopping-bag-item li {
	list-style: none;
	font-size:.8em;
	list-style:none none outside;
	line-height:1.0em;
}

.shopping-bag-singleitem {
	width:213px;
	min-height:100px;
	float:left;
	margin: 50px -60px 30px 260px;  
	display:inline;
	/*	border: 1px solid #999;*/
}

.shopping-bag-singleitem img {
	border: 1px solid #73726e;
}

.shopping-bag-singleitem h2 {  
	padding:0 0 .4em 0;
	font-size:1em;
}

.shopping-bag-singleitem ul {
	display:block;
	float:left;
}

.shopping-bag-singleitem li {
	font-size:.8em;
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
	line-height:1.0em;
}

.small-wrapper-border {
	display:inline;
	float:left;
	border:1px solid #73726e;
	padding:3px;
	/*width:69px;*/
}
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Price Total Table /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

table.price-total {
	float:right;
	text-align:right;
	/*	border: 1px solid #999;*/
	margin:10px 20px 10px 0;
	display:inline;
}

.price-total * {
	/*	border: 1px solid #745;*/
}

.price-total td {
	vertical-align:top;
	white-space:nowrap;
}
.price-total .note {
	font-size:0.7em;
	float:right;
	
	clear:left;
	
	color:#777;
	position:relative;
/*	top:-4px;*/
	padding:0 0 0 10px;
}
.price-total .noteright {
	font-size:0.7em;
	color:#777;
	position:relative;
	
	float:left;
	padding-left:70px;
	
	}

.free-del-note {
 left:-28px;
 top:-15px;
 font-size:0.8em;
 position:relative;
 float:right;
	
}

.price-total .final-price {
	float:left;
	line-height:0.7em;
	clear:none;
	position:relative;
	font-size:2.4em;
/*	font-size:1.8em;*/
	
	padding-left:6px;
border: 0px solid #f00;
}

.final-price-td {
/*	min-width:500px; */
	width:auto;
}

/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Bottom navigation Button and links /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

.bottom-nav {
	margin:auto;
	clear:right;
	width:680px;
	height:36px;
	margin-bottom:20px;
}

.bottom-nav .add-to-bag-block {
	width:auto !important;
	clear:none;
	margin:0 !important;
}

.bottom-nav p, .bottom-nav form, .bottom-nav .add-to-bag-block {
	float:right;
	margin-right:12px;
	display:inline;
}

.bottom-nav p {
	padding:2px 0 0 0;
	font-size:0.9em;
}
.bottom-nav form {
	width:150px;
	text-align:right;
	font-size:0.9em;
	border:0px solid red;
}
.bottom-nav .add-to-bag-block button {
	clear:none;
	width:167px;
	height:30px;
}

/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Check out process navigation /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

.check-out-tabs-nav {
	float: left;
}

.check-out-tabs-nav div {
	float: left;
	height:36px;
	/*background: white url('../images/check-out-tabs.png') no-repeat scroll top left;*/
}

.check-out-tabs-nav .partition {
	width:10px;
}

.check-out-tabs-nav a, .check-out-tabs-nav span {
	float:left;
	display:block;
	padding:10px 5px 10px 2px!important;
	font-size:.8em;
}
.check-out-tabs-nav span {
}

.current-tab-1 .par1 { background:#fff url('../images/check-out-tabs.png') no-repeat;}
.current-tab-1 .par1-2{ color:#fff; background:#fff url('../images/check-out-tabs.png') no-repeat -20px 0px !important; }
.current-tab-1 .par2 { background:#fff url('../images/check-out-tabs.png') no-repeat -30px -300px !important; }
.current-tab-1 .par2-3{ background:#fff url('../images/check-out-tabs.png') no-repeat -20px -100px !important; }
.current-tab-1 .par3 { background:#fff url('../images/check-out-tabs.png') no-repeat -40px -300px !important; }
.current-tab-1 .par3-4{ background:#fff url('../images/check-out-tabs.png') no-repeat -20px -100px !important; }
.current-tab-1 .par4 { background:#fff url('../images/check-out-tabs.png') no-repeat right -100px !important; }

.current-tab-2 .par1 { background:#fff url('../images/check-out-tabs.png') no-repeat 0px -200px !important; }
.current-tab-2 .par1-2{ background:#fff url('../images/check-out-tabs.png') no-repeat -20px -200px !important; } .current-tab-2 .par1 + div a {color: #399 !important;}
.current-tab-2 .par2 { background:#fff url('../images/check-out-tabs.png') no-repeat -10px -300px !important; }
.current-tab-2 .par2-3{ color:#fff; background:#fff url('../images/check-out-tabs.png') no-repeat -20px 0px !important; }
.current-tab-2 .par3 { background:#fff url('../images/check-out-tabs.png') no-repeat -30px -300px !important; }
.current-tab-2 .par3-4{ background:#fff url('../images/check-out-tabs.png') no-repeat -20px -100px !important; }
.current-tab-2 .par4 { background:#fff url('../images/check-out-tabs.png') no-repeat right -100px !important; }

.current-tab-3 .par1 { background:#fff url('../images/check-out-tabs.png') no-repeat 0px -200px !important; }
.current-tab-3 .par1-2{ background:#fff url('../images/check-out-tabs.png') no-repeat -20px -200px !important; }  .current-tab-3 .par1 + div a {color: #399 !important;}
.current-tab-3 .par2 { background:#fff url('../images/check-out-tabs.png') no-repeat -0px -300px !important; }
.current-tab-3 .par2-3{ background:#fff url('../images/check-out-tabs.png') no-repeat -20px -200px !important; }  .current-tab-3 .par2 + div a {color: #399 !important;}
.current-tab-3 .par3 { background:#fff url('../images/check-out-tabs.png') no-repeat -10px -300px !important; }
.current-tab-3 .par3-4{color:#fff;  background:#fff url('../images/check-out-tabs.png') no-repeat -20px 0px !important; }
.current-tab-3 .par4 { background:#fff url('../images/check-out-tabs.png') no-repeat right 0px !important; }


/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Delivery & Payemnt Addresses. Log-in & Register /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

.delivery-payement-h1 {

}
.delivery-payment h2 {
	font-size:1.1em;
	padding:0 0 0 0;
	float:left;
}
.delivery-payment {
	position:relative;
	width:680px;
/*	height:445px; */ /* raises right side of payment screen*/
	float:right;
	left:-25px;
	display:inline;
	overflow:auto;
	margin: auto;
}
.left-column, .right-column {
	display:inline;
	height:auto; /* 300 is perfect*/
	width:324px;
	padding: 7px 8px 0 0;
	margin-bottom:10px;
	overflow: auto;
}
.left-column-2 {
	display:inline;
	height:auto; /* 300 is perfect*/
	width:363px;
	margin-bottom:10px;
	overflow: visible;
}
.left-column-payment, .right-column-payment {
	position:relative;
	display:inline;
/*	height:298px;*/
	width:324px;
	padding: 7px 8px 0 0;
	margin-bottom:10px;
	overflow: visible;
	border:0px solid red;
}
.left-column, .left-column-2, .left-column-payment {
	float:left;
	border: 0px solid red;
}
.right-column, .right-column-payment {
	float:right;
	border-left: 1px solid #73726e;
}

.delivery-payment p {
	float:right;
	padding:0 0px 0 0;
	height:22px;
	width:300px;
	text-align:right;
	white-space:nowrap;
	/*	border: 1px solid #999;*/
}
.delivery-payment-h1 {
	padding:0 0 0 17px;
}
.delivery-payment input {
	border: 1px solid #73726e;
	width:184px;
	padding-left:4px;
	font-size:1.0em;
	font-family:Times, "Times New Roman", serif
}
.delivery-payment textarea {
	border: 1px solid #73726e;
	width:188px;
	height:30px;
}
.delivery-payment select {
	border: 1px solid #73726e;
	width:190px;
	font-size:1.0em;
	font-family:Times, "Times New Roman", serif
}
.delivery-payment label {
	padding-top:3px;
	padding-right:6px;
	vertical-align:top;
}
.instructions {
	height: 39px !important;
}
.delivery-options * {
	width:auto !important;
	height:auto !important;
}
.delivery-option-link {
 float:left;
 clear:both;
 text-align:center;
 width:305px;
 font-size:0.8em;
 padding:2px 0 0 15px;
 border:0px solid red;
}
.verisign {
position:absolute;
left:600px;
top:-13px;
z-index:100;

}
.left-column .input-fields {
	float:left;
	width:180px;
}
.delivery-checkbox {
position:relative;
width:auto!important;
left:0px!important;
margin-right:5px;
}
.delivery-options {
	/*	border: 1px solid #999;*/
	float:right;
	width:300px;
	/*	height:20px;*/
}

.delivery-options span label {
	display:inline !important;
}
.delivery-options input {
	margin-top:0px;
}
.delivery-options span {
	padding-left:2px;
	float:right;
	display:block;
	width:196px !important;
	text-align:left;
}

.delivery-explanation {
	text-align:left !important;
	color:#73726e;
	font-size:.7em;
	height:auto !important;
	width: 190px !important;
	padding-bottom:.7em !important;
	white-space:normal !important;
}

.delivery-explanation span {
	display:block !important;
	padding-bottom: .5em !important;
}

/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Payemnt /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

.left-col-heading, .right-col-heading{
	width:324px;
	padding:0 8px 0 0;
	border:1px solid #fff;
}

.left-col-heading select, .right-col-heading select {
	margin-bottom:6px;
	width: 180px;
	float:right;
}

.left-col-heading {
	float:left;
}
.right-col-heading {
	float:right;
	width:312px!important;
	padding-left:15px;
	border:1px solid #fff;
}
.order-summary-basket {
/*	height:183px;*/
	float:left;
	overflow:auto;
	border:0px solid red;
}
.order-summary-item {
	float:left;
	border:0;
	font-size:0.75em;
	width:140px;
/*	height:60px;*/
	display:inline;
	margin:10px 0 0 3px;
	border-bottom:1px dashed #999;
}
.order-summary-item-price {
	font-size:1.7em;
}
.order-summary-delivery-vat-items-container {
	position:relative;
	display:relative;
	width:316px;
	float:left;
	overflow:visible;
	margin:2px 0 4px 8px;
	border-top:1px solid #000;
	border:0px solid red;;
}
.order-summary-delivery-vat-items {
	float:right;
	font-size:0.75em;
	padding:5px 15px 0 0;
}
.order-summary-delivery-vat-items-price {
	font-size:1.4em;
}
.order-summary-total-price-container {
	clear:both;
	float:left;
	width:324px;
	border:0;
	margin-top:5px;
	padding-top:0px;
	padding-bottom:10px;
	overflow:visible;
	border-top:1px solid #000;
}
.order-summary-total-price-label {
	float:right;
	clear:none;
	font-size:0.8em;
	padding-top:7px;
	padding-right:4px;
}
.order-summary-total-price {
	float:right;
	clear:none;
	font-size:2.4em;
}

.order-summary {
	display:inline;
	width:135px;
}

.order-summary * {
	display:block;
}
.order-summary h2 {
	font-size:1.0em;
}

.order-summary p {
	font-size:0.75em;
	text-align:left;
	height:auto;
}

.payment-details {
	float:left;
	margin-left:5px;
}
.delivery-details {
	float:right;
}
.payment-details p, .delivery-details p {
	display:inline;
	width:135px;
	float: left;
	clear:both;
	overflow:hidden;
}
.delivery-instructions {
	width:295px;
	padding:15px 0 5px 5px;
	float:left;
	clear:both;
}
.delivery-instructions p {
	float:left;
	clear:both;
	width:290px;
	white-space:normal;
}
.order-summary-payment-method {
	z-index:9;
	position:relative;
	float:left;
	clear:both;
	display:inline;
	width:300px;
	margin:0 0 0 5px;
	padding:0 0 5px 0;
	border-bottom:0px solid #000;
}
.order-summary-payment-method h2 {
	font-size:0.75em;
	margin:0;
	padding:0;
	white-space:nowrap;
}
.order-summary-payment-method form {
	padding:0;
	margin:0;
	width:300px;
	border:0px solid red;
}
/*.order-summary-payment-method p {
	width:300px;
	padding:0;
	margin:0;
	border:1px solid red;
}
.order-summary-payment-method inline {
	float:left;
	padding:0;
}

.order-summary-payment-method input {
	width:195px;
}
.order-summary-payment-method label {
	border:0px solid red;
}
*/

.card-dates {float:left; display:inline; width:300px; padding:0; margin:0; border:0px solid red;}

.card-start-month p {float:left; width:156px; margin-top:2px; border:0px solid red;}
.card-start-month select {display:inline; width:47px; margin:0 0 2px 0;}

.card-start-year p {float:right; text-align:right; width:130px; margin-top:2px; border:0px solid red;}
.card-start-year label {display:inline; padding:0; margin:0;}
.card-start-year select {display:inline; width:60px; margin:0px 0 2px 0;}

.card-expiry-month p {float:left; width:156px; margin-top:2px; border:0px solid red;}

.card-expiry-month select {display:inline; width:47px; margin:0 0 2px 0;}

.card-expiry-year p {float:right; text-align:right; width:135px; margin-top:2px; border:0px solid red;}
.card-expiry-year label {display:inline; padding:0; margin:0;}
.card-expiry-year select {display:inline; width:60px; margin:0px 0 2px 0;}

.security-code p {float:left; width:125px; text-align:left; padding-left:29px; border:0px solid red;}
.security-code-help {z-index:-1; float:left; position:relative; display:inline; width:100px; height:80px; border-bottom:0px solid red;}
.security-code-image {position:absolute;  float:left; display:inline; left:-160px; top:5px; width:292px; height:74px;border:0px solid red}
.order-summary-border {float:left; display:inline; margin-left:5px; padding-top:5px; border-top:1px solid #000;}



/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/  Log-in & Register /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
 .log-in {
 width:690px;
 border-bottom:1px solid #000;
 padding:6px 0 40px 17px;
 _padding:6px 0 2px 17px;
 margin:30px 17px 5px 35px;
 _margin:30px 0px 5px 35px;
 clear:both;
}
.log-in h1 {
	font-size:1.3em;
	margin:0;
	padding:0 0 5px 0;
}
.log-in p{
	font-size:0.8em;
	margin:0;
}
.log-in-field {
 float:left;
 margin-right:10px;
}
.log-in form {
	margin:0;
}
.log-in label {
	font-family:Times, "Times New Roman", serif;
	font-size:0.8em;
	padding:0;
	margin:0;
	vertical-align:middle;
}
.log-in input {
	font-family:Times, "Times New Roman", serif;
	font-size:0.8em;
	margin: 0 0 0 5px;
	vertical-align:middle;
 }
.log-in-button-container {
 position:relative;
 float:left;
 clear:none;
 padding:4px; 
 background:#000;
}
.log-in button {
 color:white;
 border:1px solid #73726e;
 width:80px;
}
.log-in button:hover {
 border:1px solid #fff;
}
.login-remember-me {
 position:relative;
 float:left;
 clear:left;
 right:7px;
 top:-3px;
 
}
.forgot-password {
	position:relative;
	float:right;
right:340px;
	height:15px;
	
}
.register {
	border-bottom:0px solid #000;
	clear:both;
}
.register h1{
	font-size:1.3em;
	margin:0;
	padding:3px 0 5px 34px;
}
.register p{
	padding:0 0 10px 34px;
}
.column-container-register {
	width:680px;
	margin:auto;
}
.left-column-register, .right-column-register {
	display:inline;
	width:324px;
	padding: 7px 8px 10px 0;
	margin-bottom:10px;
	height:245px;
	overflow: auto;
}
.left-column-register {
	float:left;
	border-right: 0px solid #73726e;
}
.right-column-register {
	float:right;
	border-left: 1px solid #73726e;
}
.left-column-register p, .right-column-register p {
	float:right;
	padding:0 0px 0 0;
	height:22px;
	width:300px;
	text-align:right;
	white-space:nowrap;
}
.left-column-register span {
	float:right;
	padding:5px 0px 0 0;
	_height:10px;
	height:13px;
	width:300px;
	text-align:right;
	white-space:nowrap;
	font-size: 0.78em;
	line-height:1.1em;
	
}

.register-message {
	float:left;
	overflow:visible;
	display:inline;
	text-align:right;
	height:30px;
	width:318px;
	margin:0;
	padding:3px 0 0 6px;
	border:0px solid red;
}
.register-message p {
	width:319px;
	text-align:left;
	padding:0;
	margin:0;
	white-space:normal;
	border:0px solid green;
}
.register input {
	border: 1px solid #73726e;
	width:186px;
	padding-left:2px;
}
.register textarea {
	border: 1px solid #73726e;
	width:188px;
	height:30px;
}
.register select {
	border: 1px solid #73726e;
	width:190px;
	font-size:0.9em;
}
.register label {
	padding-top:3px;
	padding-right:6px;
	vertical-align:top;
}
.register-button-container {
 position:relative;
 float:left;
 top:30px;
 left:130px;
 padding:4px; 
 background:#000;
}
.register button {
 color:white;
 border:1px solid #73726e;
 width:100px;
}
.register button:hover {
 border:1px solid #fff;
}

/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ My Account /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

.my-account {
	width:680px;
	position:relative;
	overflow:visible;
/*	height:500px;*/
	margin: auto;
	border: 0px solid #999;
}
.my-account h1 {
 padding:0 0 5px 0px;
}
.my-account h2 {
 position:relative;
 font-size:1.0em;
 padding-top:0;
 padding-bottom:10px;
 float:left;
 border:0px solid red;
}
.my-account p {
	float:right;
	padding:0 0px 0 0;
	height:22px;
	width:300px;
	text-align:right;
	white-space:nowrap;
	/*	border: 1px solid #999;*/
}
.my-account-hr {
	float:left;
	clear:both;
	width:200px;
	height:1px;
	margin:0;
	position:relative;
	border:0;
	border-top:0px solid #73726e;
	left:0px;
}
.my-account label {
	padding-top:3px;
	padding-right:6px;
	vertical-align:top;
}
.my-account input {
	border: 1px solid #73726e;
	width:186px;
	padding-left:2px;
}
.my-account textarea {
	border: 1px solid #73726e;
	width:188px;
	height:30px;
}
.my-account select {
	border: 1px solid #73726e;
	width:190px;
	font-size:.9em;
}
.my-account-delete-button-container {
 position:relative;
 display:inline;
 float:right;
 top:0px;
 left:0px;
 padding:4px;
 margin-top:5px; 
 background:#000;
}
.my-account-save-button-container {
 position:relative;
 float:right;
 top:0px;
 left:0px;
 padding:4px;
 margin-left:10px;
 margin-top:5px;
 background:#000;
}
.my-account button {
 color:white;
 border:1px solid #73726e;
 width:100px;
}
.my-account button:hover {
 border:1px solid #fff;
}
.my-account button:active {
	background-color:white;
	color:black;
}
.left-column-my-account, .right-column-my-account, .reset-password {
	display:inline;
	height:auto !important; /*340px;*/ /* 300 is perfect*/
	width:324px;
	padding: 7px 8px 0 0;
	margin-bottom:10px;
	overflow: auto;
	position:relative;
}
.left-column-my-account {
	float:left;
	border: 0px solid #73726e;
}
.pull-left p{
	text-align:left;

	
	}
.right-column-my-account {

	float:right;
	border-left: 1px solid #73726e;
}
.reset-password {
	float:left;
	overflow:visible;
	border-right: 0px solid #73726e;
}
.right-column-my-account input, .reset-password input {
	border: 1px solid #73726e;
	width:160px;
	padding-left:2px;
}
.change-password-save-button-container {
 position:relative;
 float:right;
 top:0px;
 left:0px;
 padding:4px;
 margin-left:10px;
 margin-bottom:10px;
 background:#000;
}
.delete-account {
 float:left;
 position:relative;
 display:inline;
 width:309px;
 border:0;
 margin-left:15px;
 padding:0;
 border-top:1px solid #73726e;
}
.delete-account h2 {
 position:relative;
 font-size:1.0em;
 padding:5px 0 10px 0;
 float:left;
 border:0px solid red;
}
.delete-account p {
 float:left;
 position:reltive;
 display:inline;
 left:10px;
 height:auto;
 text-align:left;
 clear:both;
 border:0px solid red;
}
.delete-account-button-container {
 position:relative;
 float:right;
 top:0px;
 left:0px;
 padding:4px;
 margin-left:20px;
 margin-bottom:10px;
 margin-top:5px;
 background:#000;
}
.delete-account-checkbox-container {
 float:left;
 clear:both;
 font-size:1em;
 margin-top:5px;
 vertical-align:middle;
/* border:0px solid red;*/
}
.delete-account-checkbox-container label {
	padding-top:3px;
	padding-right:6px;
	vertical-align:top;
}
.delete-account-checkbox-container input {
	border: 0px solid #73726e;
	width:auto;
	padding-left:0px;
}
.static-content h2 {
 font-size:1.3em;
}
.static-content h3 {
 font-size:1.1em;
 
}
.static-content p {
font-size:0.78em;
}
.static-content ul li{
font-size:0.78em;
}
.static-content ol li {
list-style-type:lower-alpha;
font-size:0.78em;
}

