/*
Theme Name: Default Theme
Theme URI: http://instinct.co.nz
Description: Default Theme
Version: 3.5
Author: Roy Ho
Author URI: http://instinct.co.nz
*/

/*
 * If you delete this file, you can expect your WP e-Commerce installation to break in some manner
 * to create your own theme copy, and paste this file, change the names and alter to your tastes
*/
/*-----UTILITY-----*/
.group:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*-----IE SPECIFIC STYLESHEET-----*/

/*-----UTILITY-----*/
/* for IE6 */
* html .group {
	height:1%;
}

/* for IE7 */
*:first-childhtml .group {
	min-height:1px;
}

/*-----GENERAL-----*/

#default_products_page_container .imagecol img, #list_view_products_page_container img, #grid_view_products_page_container img {
	margin:0;
	padding:0;
	/*border:1px solid #ccc;*/
}

.wpsc_hidden{
	display:none;
}

/*-----DEFAULT PRODUCT DISPLAY-----*/
#default_products_page_container {
	width:100%;	
	position:relative;
	line-height:1.2em;
}

#default_products_page_container .wpsc_page_numbers_top {
	margin-bottom:20px;	
}

#default_products_page_container .wpsc_page_numbers_bottom {
	margin-top:20px;	
}

.wpsc_category_grid_item {
	text-align: center;
	background: #EFEFEF;
	border: 1px solid #CCC;
	margin-right:10px;
	margin-bottom:10px;
	text-decoration: none;
}

.wpsc_category_grid_item .item_no_image {
	color:#000;
}


#default_products_page_container .wpsc_page_numbers_top a:link, #default_products_page_container .wpsc_page_numbers_top a:visited, #default_products_page_container .wpsc_page_numbers_bottom a:link, #default_products_page_container .wpsc_page_numbers_bottom a:visited {
	padding:5px 4px;

}


#default_products_page_container .wpsc_page_numbers_top a:hover, #default_products_page_container .wpsc_page_numbers_top a:active, #default_products_page_container .wpsc_page_numbers_bottom a:hover, #default_products_page_container .wpsc_page_numbers_bottom a:active {

}

#default_products_page_container .wpsc_page_numbers_top span.current, #default_products_page_container .wpsc_page_numbers_top span.current, #default_products_page_container .wpsc_page_numbers_bottom span.current, #default_products_page_container .wpsc_page_numbers_bottom span.current {
	padding:5px 4px;
}

.default_product_display {
	margin-bottom:20px;
	padding:10px;
	position:relative;
}

.default_product_display .imagecol {

	text-align: right;
	display: table-cell;
	vertical-align: middle;
	min-height: 50px;
	height: 100%;
	overflow: auto;

}

.default_product_display .imagecol img.product_image {
	background-color:#efefef;	
}

.default_product_display .imagecol img.no-image, #content .default_product_display .imagecol img.no-image {
	background-color:#EFEFEF;
	display:block;
}

.default_product_display .productcol {
	vertical-align: middle;
	min-height: 50px;
}

.default_product_display h2.prodtitle, #content .default_product_display h2.prodtitle {
	margin:0 0 5px 0;
	line-height:1;
	clear:none;
}

.default_product_display span.sale {
	position:absolute;
	top:-10px;
	left:-10px;
	text-indent:-9999px;
	display:block;
}

.default_product_display .wpsc_description, #content .default_product_display .wpsc_description {
	font-size:13px;	
	line-height:1.4em;
}

.default_product_display .additional_description, #content .default_product_display .additional_description {
	font-size:13px;	
	line-height:1.4em;
	margin:0;
}

.default_product_display .additional_description_container {
	margin:20px 0;	
}

.default_product_display a.additional_description_link:link, .default_product_display a.additional_description_link:visited {
	text-decoration:underline;
	color:#0062ce;
	margin-left:5px;
}

.default_product_display a.additional_description_link:hover, .default_product_display a.additional_description_link:active {
	text-decoration:none;
}

.default_product_display .additional_description {
	display:none;	
}

.default_product_display form.product_form fieldset, #content .default_product_display form.product_form fieldset {
	border: none;
	padding: 0px;
}

.default_product_display form.product_form fieldset legend, #content .default_product_display form.product_form fieldset legend {
	font-size:18px;
	font-weight: normal;
	padding:0px;
}

.default_product_display .wpsc_variation_forms {
	padding:2px;	
	margin-bottom:10px;
}

.wpsc_select_variation{
	position:relative;
}

.default_product_display .wpsc_variation_forms table, #content .default_product_display .wpsc_variation_forms table, .default_product_display .wpsc_variation_forms table tr, #content .default_product_display .wpsc_variation_forms table tr, .default_product_display .wpsc_variation_forms table td, #content .default_product_display .wpsc_variation_forms table td {
	border:none;
	border-collapse:collapse;	
	margin:0;
}

.default_product_display .wpsc_variation_forms table td.col1, #content .default_product_display .wpsc_variation_forms table tr td.col1 {
	width:10%;	
	text-align:left;
	margin:0;
	padding:2px;
}

.default_product_display .wpsc_variation_forms table td.col2, #content .default_product_display .wpsc_variation_forms table tr td.col2 {
	width:80%;	
	text-align:left;
	margin:0;
	padding:2px;
}

.default_product_display .wpsc_variation_forms label {
	font-family: Georgia, "Bitstream Charter", serif;
	font-size:14px;
	color:#000
}

.default_product_display .wpsc_variation_forms select {
	margin:0;
	min-width:100px;
	max-width:200px;
}

.default_product_display .wpsc_quantity_update {
	margin-bottom:10px;
	padding-bottom:10px;
	margin-left:10px;
}

.default_product_display .wpsc_quantity_update input, #content .default_product_display .wpsc_quantity_update input {
	margin:0;
	line-height:1.2em;
	font-size:12px;
}


.default_product_display .wpsc_quantity_update label, #content .default_product_display .wpsc_quantity_update label {
	font-family: Georgia, "Bitstream Charter", serif;
	margin:0;
	line-height:1.2em;
	font-size:12px;
	color:#F60;
}

.default_product_display .wpsc_product_price {
	margin-bottom:10px;
	font-size:16px;
	padding:5px;
	display:inline-block;
	*zoom:1;
}

.default_product_display .in_stock,
.single_product_display .in_stock {
	position: relative;
	background-image: url(wpsc-images/yes_stock.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	left:-5px;
}

.default_product_display .out_of_stock,
.single_product_display .out_of_stock {
	position: relative;
	background-image: url(wpsc-images/outofstock.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	left:-5px;
}


.default_product_display .wpsc_product_price p, #content .default_product_display .wpsc_product_price p {
	margin:0;
}

.default_product_display .wpsc_product_price span.oldprice {
	text-decoration:line-through;
	color:#666;
}

.default_product_display p.soldout, #content .default_product_display p.soldout {
	font-weight:bold;
	font-size:14px;
	color:#C33;	
	background:url(wpsc-images/outofstock.png) no-repeat scroll 0 2px transparent;
	padding-left:18px;
	margin:0;
}

.default_product_display div.wpsc_loading_animation {
	visibility:hidden;	
	margin-top:5px;
}

.default_product_display div.wpsc_loading_animation img, #content .default_product_display div.wpsc_loading_animation img {
	border:none;
}

.default_product_display .product_footer .product_average_vote strong  {
	font-size:0.8em;	
	float:left;
}

.default_product_display .product_footer .product_average_vote span  {
	font-size:0.8em;	
	float:left;
}

.default_product_display .product_footer .product_user_vote {
	clear:both;
	font-size:0.8em;	
	float:left;
}

.default_product_display .wpcart_gallery img, #content .default_product_display .wpcart_gallery img {
	margin-right:6px;
	border:1px solid #ccc;	
}

.wpcart_gallery .attachment-gold-thumbnails, .imagecol .product_image{
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}


.single_product_display form.product_form .wpsc_buy_button_container,
#content .single_product_display form.product_form .wpsc_buy_button_container{
	text-align: right;
}

.default_product_display .wpsc_buy_button_container{
	float:right;
}

/*-----LIST VIEW PRODUCT DISPLAY-----*/
#list_view_products_page_container {
/* 	width:650px;	 */
	position:relative;
}

#list_view_products_page_container .wpsc_page_numbers_top {
	margin-bottom:20px;	
}

#list_view_products_page_container .wpsc_page_numbers_bottom {
	margin-top:10px;	
}

#list_view_products_page_container p, #content #list_view_products_page_container p {
	line-height:1.2em;
	margin:0;
	padding:0;	
}

#list_view_products_page_container span.sale {
	display:none;
}


#list_view_products_page_container input, #content #list_view_products_page_container input, #list_view_products_page_container textarea, #content #list_view_products_page_container textarea {
	margin:0;
	padding:0;
}

table.list_productdisplay form.product_form {
	display:inline;
}

table.list_productdisplay .quantity_container {
	display:inline;	
}

#content input.wpsc_buy_button{
	font-size: 12px;
}

table.list_productdisplay .wpsc_buy_button_container {
	display:inline;
	position:relative;
}

table.list_productdisplay .wpsc_buy_button_container .wpsc_loading_animation {
	position:absolute;
	top:1px;
	right:-85px;
	*right:-100px;
	font-size:10px;
	width:100%;	
	vertical-align:middle;
	line-height:1.2em;
}

table.list_productdisplay .wpsc_buy_button_container .wpsc_loading_animation img, #content table.list_productdisplay .wpsc_buy_button_container .wpsc_loading_animation img {
	vertical-align:middle;
	border:none;
	float:left;
}

table.list_productdisplay .oldprice {
	text-decoration:line-through;
}

#list_view_products_page_container table.list_productdisplay input.wpsc_buy_button, #content #list_view_products_page_container table.list_productdisplay input.wpsc_buy_button {
	padding:5px;

}

table.list_productdisplay h2.prodtitle, #content table.list_productdisplay h2.prodtitle {
	font-size:15px;
	line-height:1.2em;
	margin:0;
	word-wrap: break-word;	
}

table.list_productdisplay h2.prodtitle a:link, #content table.list_productdisplay h2.prodtitle a:link, table.list_productdisplay h2.prodtitle a:visited, #content table.list_productdisplay h2.prodtitle a:visited {
	text-decoration:underline;
	color:#006699;
}

table.list_productdisplay h2.prodtitle a:hover, #content table.list_productdisplay h2.prodtitle a:hover, table.list_productdisplay h2.prodtitle a:active, #content table.list_productdisplay h2.prodtitle a:active {
	text-decoration:none;
}

table.list_productdisplay td.stock {
	text-align:center;	
}

table.list_productdisplay tr.alt {
	background-color:#F8F8F8;	
}

table.list_productdisplay p.soldout {
	color:#C33;	
}

/*-----SINGLE PRODUCTS PAGE-----*/
#single_product_page_container {
	position:relative;	
}

.single_product_display {
	margin-bottom:20px;
	padding:10px;
	position:relative;	
}

.imagecol {
	margin-right:5px;
/* 	width:25%; */
	float:left;	
	position:relative;
}

.single_product_display .imagecol img.product_image {
	background-color:#efefef;
	border:1px solid #ccc;	
}

.single_product_display .imagecol img.no-image, #content .single_product_display .imagecol img.no-image {
	background-color:#EFEFEF;
	display:block;
}


.single_product_display .product_description, .single_product_display .single_additional_description {
	font-size:14px;
	line-height:1.2em;
	margin:0 0 10px 0;
	padding:0;	
}

.single_product_display form.product_form fieldset, #content .single_product_display form.product_form fieldset {
	border: none;
	padding: 0px;
}

.single_product_display form.product_form fieldset legend, #content .single_product_display form.product_form fieldset legend {
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
}

.single_product_display form.product_form input, #content .single_product_display form.product_form input {
	padding:2px;
	margin:0;

	line-height:1.2em;
	font-size:14px;
}

.single_product_display form.product_form input.input_custom_text, #content .single_product_display form.product_form input.input_custom_text {
	width:250px;
}

.single_product_display form.product_form fieldset p, #content .single_product_display form.product_form fieldset p {
	margin:0 0 10px 0;
	padding:0;
	line-height:1.2em;
	font-size:14px;	
}

.default_product_display .wpsc_variation_forms {
	padding:2px 0px 2px 0px;	
	margin-bottom:10px;
}

.single_product_display .wpsc_variation_forms table, #content .single_product_display .wpsc_variation_forms table, .single_product_display .wpsc_variation_forms table tr, #content .single_product_display .wpsc_variation_forms table tr, .single_product_display .wpsc_variation_forms table td, #content .single_product_display .wpsc_variation_forms table td {
	border:none;
	border-collapse:collapse;	
	margin:0;
}

.single_product_display .wpsc_variation_forms table td.col1, #content .single_product_display .wpsc_variation_forms table tr td.col1 {
	width:10%;	
	text-align:left;
	margin:0;
	padding:2px;
}

.single_product_display .wpsc_variation_forms table td.col2, #content .single_product_display .wpsc_variation_forms table tr td.col2 {
	width:80%;	
	text-align:left;
	margin:0;
	padding:2px;
}

.single_product_display .wpsc_variation_forms select {
	margin:0;
	min-width:100px;	
	max-width:200px;
}

.default_product_display .wpsc_quantity_update {
	margin-bottom:10px;
	padding-bottom:10px;
	margin-left:10px;
}

.single_product_display .wpsc_quantity_update input, #content .single_product_display .wpsc_quantity_update input {
	margin:0;
	line-height:1.2em;
	font-size:12px;
}


.single_product_display .wpsc_quantity_update label, #content .single_product_display .wpsc_quantity_update label {
	font-family: Georgia, "Bitstream Charter", serif;
	margin:0;
	line-height:1.2em;
	font-size:12px;
	color:#F60;
}

.single_product_display .wpsc_product_price {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 5px;
}

.single_product_display .wpsc_product_price p, #content .single_product_display .wpsc_product_price p {
	margin:0;
}

.single_product_display .wpsc_product_price span.oldprice {
	text-decoration:line-through;
}

.single_product_display p.soldout {
	font-weight:bold;
	font-size:14px;
	color:#C33;	
	background:url(wpsc-images/outofstock.png) no-repeat scroll 0 5px transparent;
	padding-left:18px;
}

.single_product_display div.wpsc_loading_animation {
	visibility:hidden;	
}

.single_product_display .wpcart_gallery img, #content .single_product_display .wpcart_gallery img {
	margin-right:6px;
	border:1px solid #ccc;	
}

.single_product_display .FB_like iframe {
	border:none;
	width:300px;
	height:80px;
	outline:none;
	overflow:hidden;
}
/* ---- PRODUCT RATING STYLING  ---- */

.wpsc_product_rating .star {
	cursor:pointer;
	text-indent:-999em;
	display: block;
	width: 18px;
	width: 17px;
	float: left;
}
.wpsc_product_rating .star a {
	background-position:0 0;
	display:block;
	height:100%;
	background:transparent url(wpsc-images/grey-star.gif) no-repeat scroll 0 0;
	outline: none;
}
.wpsc_product_rating .star a:hover {
	background-position:0 0;
	background:transparent url(wpsc-images/gold-star.gif) no-repeat scroll 0 0;
}
.wpsc_product_rating .star a.selected {
	background-position:0 0;
	background:transparent url(wpsc-images/gold-star.gif) no-repeat scroll 0 0;
}
.wpsc_product_rating .star a, .wpsc_product_rating .star a:focus {
	outline: none;
}
div.product_footer{
	position: relative;
	clear: both;
	padding: 0 !important;
	width: 80%;
	border-top: 1px dashed #ccc;
	height: 35px;
	margin-top: 1em;
}
div.product_footer strong{
	display: block;
	font-size: 7pt;
	font-weight: normal;
}
div.product_average_vote{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	float: left;
	margin: 0 !important;
	height: inherit;
}
div.product_user_vote{
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	margin: 0 !important;
	height: inherit;
}
span.vote_total{
	position: relative;
	top: -3px;
	left: 2px;
	font-size: 7pt;
}
span.rating_saved{
	color: #990000;
	display: none;
} 
/*-----FANCY NOTIFICATION STYLING-----*/
#fancy_notification{
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 4px solid #cccccc;
	display: none;
	height: auto;
	z-index: 52;
	padding-bottom:10px;
}
#fancy_notification #loading_animation{
	display: none;
}
#fancy_notification #fancy_notification_content{
	display: none;
	width: 300px;
	padding: 8px;
	height: auto;
	text-align: left;
	margin: 0 !important;
}
#fancy_notification #fancy_notification_content span{
	margin: 0 0 6px 0;
	display: block;
	font-weight: normal;
	color:#333333;
	line-height:20px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
}
#fancy_notification #fancy_notification_content a{
	display: block;
	float: left;
	 border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 3px;
    margin-right: 6px;
    padding: 5px 10px;
    text-decoration: none;
	background:#10cde1;
}

/*-----SHOPPING CART-----*/
.shopping-cart-wrapper {
	line-height:1.2em;
	position:relative;
}

.shopping-cart-wrapper span.cart_message {
	display:block;
	padding:5px;
	border:1px solid #dedede;
	margin:10px 0;	
}

.shopping-cart-wrapper .numberitems {
	margin-bottom:5px;
	display:block;	
}

.shopping-cart-wrapper .shoppingcart {
	padding:5px;
}

.shopping-cart-wrapper .shoppingcart table {
	width:100%;
}

.shopping-cart-wrapper .shoppingcart table th {
	font-family: Arial, sans-serif;
	padding:2px;
}

.shopping-cart-wrapper .shoppingcart table th:first-child {
	text-align: left;
}

.shopping-cart-wrapper .shoppingcart table tbody td {	
	padding:2px;
	text-align:center;
}

.shopping-cart-wrapper .shoppingcart table .cart-widget-count{
	width:70px;
}

.shopping-cart-wrapper .shoppingcart table tbody td, .shopping-cart-wrapper .shoppingcart table tbody td a {
	text-decoration: none;
}

.shopping-cart-wrapper .shoppingcart table tbody td a:hover {
	text-decoration: underline;
}

.shopping-cart-wrapper .remove_button {
	background:url(wpsc-images/delete.png) no-repeat scroll 0 4px transparent;
	width:14px;
	text-indent:-9999px;
	border:none;
	outline:none;
	*line-height:1;
	cursor:pointer;	
}

.shopping-cart-wrapper .shoppingcart table tbody td.cart-widget-remove{
	padding:0px;
}

.shopping-cart-wrapper .checkout-shipping,
.shopping-cart-wrapper .checkout-tax,
.widget_wpsc_shopping_cart #cart-widget-links {
	text-align: right;
	padding: 0px 6px 0px 0px;
}

.widget_wpsc_shopping_cart .checkout-total, .widget_wpsc_shopping_cart .pluspostagetax {
	text-align:right;
	font-weight:bold;
}

.shopping-cart-wrapper .shoppingcart table tbody td.product-name{
	text-align: left;
	max-width: 90px;
	word-wrap: break-word;
	overflow: hidden;
}

.widget_wpsc_shopping_cart .cart-widget-total td {
	border-top:solid 2px #000;
	padding: 5px 6px 5px 5px;
}

.widget_wpsc_shopping_cart tr.cart-widget-shipping td {
	border-top:1px solid #000;
}

.widget_wpsc_shopping_cart .shoppingcart{
	position:relative;
}

.shopping-cart-wrapper a.emptycart:link, .shopping-cart-wrapper a.emptycart:visited {
	text-decoration:none;
	color:#666;
	font-size:11px;
}

.shopping-cart-wrapper .gocheckout:active {
	border:1px solid #ccc;
}

.shopping-cart-wrapper .empty {
	margin-top:10px;	
}
/*

.shopping-cart-wrapper a.visitshop:link, .shopping-cart-wrapper a.visitshop:visited {
	text-decoration:underline;
	font-size:12px;
	color:#006699;
}

.shopping-cart-wrapper .empty {
	margin-bottom:5px;
}
*/

.shopping-cart-wrapper a.visitshop:hover, .shopping-cart-wrapper a.visitshop:active {
	text-decoration:none;
}

/*-----CHECKOUT PAGE-----*/
#checkout_page_container {
	width:auto;
	position:relative;
	clear:both;
	font-family:Arial, Helvetica, sans-serif; 
}

#checkout_page_container textarea, #checkout_page_container input, #content #checkout_page_container textarea, #content #checkout_page_container input {
	line-height:1.2em;
	font-size:14px;	
	margin:0;
	
}

#checkout_page_container table.checkout_cart tr.header th{
	text-align: center;
	border:1px solid #ccc; line-height:24px; background:#E9E9E9;
}

#checkout_page_container table.checkout_cart tr.header th:first-child{
	text-align: left; padding-left:20px;
}

#checkout_page_container table.checkout_cart tr.wpsc_total_before_shipping td {

}

#checkout_page_container table.checkout_cart tr.wpsc_coupon_row td.coupon_code form{
	text-align: right;
	padding-right: 18px;
}

#checkout_page_container table.checkout_cart tr.wpsc_coupon_row td.coupon_code {
	padding-left: 0px;
}

#checkout_page_container table.checkout_cart tr td, #content #checkout_page_container table.checkout_cart tr td {
	margin:0;
	padding:5px; font-size:13px;
	vertical-align:middle;
	border:1px solid #ccc;
}
#checkout_page_container table.checkout_cart tr.wpsc_coupon_row td form input#coupon_num {
	width: 293px;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

#checkout_page_container table.checkout_cart tr.wpsc_total_before_shipping td.wpsc_total_amount_before_shipping{
	text-align: right;
}

#content #checkout_page_container p{
	margin-bottom: 0px;
}

.wpsc_checkout_table input.text{
	width:300px;
}

#content img#wpsc_checkout_gravatar{
	float:left;
	margin:0px 10px 10px 0px;
}

#checkout_page_container .wpsc_shipping_header {
background-color: #f5f5f5;
}

#checkout_page_container .total_price td.wpsc_totals{

}

#checkout_page_container .wpsc_make_purchase{
	bottom: 20px;
	float: left;
	margin-top: 20px;
	position: relative;
}
#checkout_page_container .wpsc_make_purchase input[type="submit"], .wrapNew input[type="submit"], .loginMainDiv input[type="submit"], .registrationDiv #simplr-form  input[type="submit"], #loginform input[type="submit"]
{
 background:#10CDE1;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 10px;
	border:none;
	width:auto;
}

#checkout_page_container .total_price.total_shipping td{
	border:none;
	font-weight: normal;
}

#checkout_page_container .total_price.total_shipping td:first-child, 
{
	padding-left: 50px;
}
#checkout_page_container .total_price td:first-child {
	padding-left: 0px;
}

#checkout_page_container .wpsc_shipping_quote_name, 
#checkout_page_container .wpsc_shipping_quote_price, 
#checkout_page_container .wpsc_shipping_quote_radio {
	border-bottom: solid 1px #e1e1e1;
}

#checkout_page_container .wpsc_shipping_quote_name label, 
#checkout_page_container .wpsc_shipping_quote_price label, 
#checkout_page_container .wpsc_shipping_quote_radio label {
	color:#000;
}

#content #checkout_page_container table.productcart tr td{
	border-top:none;
	padding-left: 0px;
}

#content #checkout_page_container table.productcart {
	border: none;
}

#checkout_page_container table.checkout_cart tr.wpsc_coupon_row tr {
	border-bottom: 0px;
}

#checkout_page_container p.validation-error {
	clear:both;	
	color:red;
}

#content table.wpsc_checkout_table,
#content table.wpsc_checkout_table tr td {
	border: none;
	padding:0px;
	vertical-align: top;
}

.wpsc-shopping-cart .asterix {
	color:red;
}

#checkout_page_container img.product_image {
	background-color:#efefef;
	border:1px solid #ccc;	
}

.box-gray{padding:21px; border:1px solid #ccc; margin:40px 0px;
	background:#F9F9F9; font-size:12px; width:693px;}
.login-shade-box
{
	padding:21px;
	border:1px solid #ccc;
	margin:10px 0px 40px;
	background:#F9F9F9;
	font-size:12px;
	width:325px;
}
#checkout_page_container .table-1{ float:left; }
#checkout_page_container .table-2{ float:right;}

#checkout_page_container h4{ padding:8px; color:#fff;  background:#10CDE1; margin:0 0 15px; font-size:17px;}


#checkout_page_container table{ padding:0px; margin:0px; font-size:12px;  }

#checkout_page_container table input[type="text"], #dpp-gc-code{ color:#333; border:1px solid #ccc; padding:5px; width:210px;}
#checkout_page_container table .adjustform input[type="text"]{ width:20px; text-align:center; margin-right:5px;  padding: 2px 5px;}
#checkout_page_container table textarea{color:#333; border:1px solid #ccc; padding:5px; }

#checkout_page_container table.checkout_cart {
	 padding:8px; background:#F9F9F9;  border-collapse:collapse; border:1px solid #ccc; margin-bottom:20px;
}

#checkout_page_container table.checkout_cart tr, #content #checkout_page_container table.checkout_cart tr {
	margin:0;
	padding:0;
	height:auto;
}

#content #checkout_page_container table.checkout_cart tr.wpsc_coupon_row td{
	padding-top:15px;
	padding-bottom: 15px;
	padding-left: 0px;
	
}

#content #checkout_page_container table.checkout_cart tr.product_row td.wpsc_product_image img {
	height: 31px;
	width: 31px;
}

#content #checkout_page_container table.checkout_cart tr.product_row td, #content #checkout_page_container table.checkout_cart tr.product_row {
	padding:2px 0px 1px 0px;
	margin:0px;
	line-height: 1;
}

#checkout_page_container table.checkout_cart td.firstcol {
	vertical-align:middle;
	text-align:center;
	border-right:0px;
}
#checkout_page_container table.checkout_cart td.wpsc_product_name{ border-left:0px;}
#checkout_page_container .coupon {
	position:relative;
	float:right;	
	margin:10px 0;
}

#checkout_page_container .coupon span.coupon_error {
	position:absolute;
	top:-24px;
	left:156px;	
	color:#F30;
	font-size:14px;
	line-height:1.2em;
}

#checkout_page_container .col1 {
	float:left;
	width:320px;	
}

#checkout_page_container .col2 {
	float:right;
	width:320px;	
}

#checkout_page_container input.intra-field-label, #checkout_page_container textarea.intra-field-label{
	
}

#content #checkout_page_container table.checkout_cart tr.product_row td.wpsc_product_name {
	width: 200px;
	padding-left: 20px;
}
.wpsc_checkout_forms .wpsc_registration_form{}
.wpsc_registration_form {
	float:left;
	margin:15px 48px 0px 0;  margin-bottom:40px\9; *margin-bottom:0;
	padding:0px 21px 0px; height:260px; 
	width:300px; border:1px solid #ccc;
	background:#F9F9F9; font-size:12px;
}
.wpsc_registration_form h2{ margin-top:0px;  padding:8px; color:#fff; font-size:17px; background:#10CDE1;}

.wpsc_registration_form label {
	width:100px; float:left;
	padding-top:12px;
}
#margin-top-50{ *margin-top:-3px !important;}

.wpsc_registration_form #loginform input[type="text"], .wpsc_registration_form #loginform input[type="password"]{ color:#333; border:1px solid #ccc; padding:5px; width:185px;}
.wpsc_registration_form #loginform input[type="submit"]{ margin-left:103px; }

.wpsc_registration_form fieldset {
	border:0px;
	padding:0px; background:none;

}

.wpsc_registration_form.wpsc_right_registration{
	border:0px;
	padding:0px; font-size:12px; color:#333;
}

.wpsc_registration_form .wpsc_right_registration input[type="text"], .wpsc_registration_form input[type="password"]{ color:#333; border:1px solid #ccc; padding:5px; width:185px; margin-top:5px !important;}





.wpsc_signup_text {
	padding-top: 15px; 
	font-size: 12px;

}

#shippingSameBilling{
	position:relative;
	right:10px;
}

#shippingsameasbillingmessage{
	display:none;
}

.wpsc_no_image{
	display: none;
}

.clear{
	clear:both;
}

/*-----Featured Image-----*/
.item_text {
	float:left;
	width:33%;
}

.item_text h2 a{
    color: #000000;
    font-family: Arial,sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.featured_item_image a img {
	float:right;
	width:80%;
}

.wpsc_container.wpsc_featured{
	margin-top: 20px;
	margin-bottom: 20px;
}


.featured_product_price{
    font-style: oblique;
    margin-bottom: 10px;
}

.wpsc_description a{
	text-decoration: none;
	font-size: 14px;
}
.productcol .wpec-related-wrap
{
	display:none;
}
.product-rate  a.wpsc_product_title
{
	text-decoration:none;
	color:#333333;
}
.checkout_cart a
{
	color:#333333; font-size:13px;
	text-decoration:none;
}
.checkout_cart input[type='submit']
{
	background:#10CDE1;
	border:1px solid #1da6d4;
	color:#fff;
	  padding-bottom: 1px;
    padding-top: 1px;
}
#dpp-gc-submit
{
	background:#10CDE1;
	border:1px solid #1da6d4;
	color:#fff;
	  padding-bottom: 3px;
    padding-top: 3px;
	font-weight:bold;
}
.wpsc_checkout_table_totals
{
	font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.wpsc_email_address{ margin:40px 48px 0px 0; ; 
	padding:21px 21px 0px; width:693px; border:1px solid #ccc;
	background:#F9F9F9; font-size:12px;}
	
.wpsc_checkout_form_9{width:677px; padding:8px; color:#fff;  background:#10CDE1; margin-bottom:15px;}	
	
label.wpsc_email_address
{ border:0px; padding:0px; background:none; font-size:17px; font-weight:bold; }

.wpsc_email_address_p{ padding:15px 0 0px;}


.wpsc_checkout_table_totals span
{
	color:#10cde1;
}
.wpsc_checkout_forms .wpsc_email_address p
{
	margin-bottom:10px; 
}
#checkout_page_container  .wpsc_checkout_table input, #checkout_page_container  .wpsc_checkout_table select, #checkout_page_container  .wpsc_checkout_table textarea, .wrapNew input, .wrapNew textarea, .wrapNew select 
{
	padding:5px 10px;
	margin-bottom:10px;
	
}
#checkout_page_container  .wpsc_checkout_table textarea, .wrapNew textarea
{
width: 200px; resize:none; overflow:auto;
}
#checkout_page_container  .wpsc_checkout_table select, .wrapNew select
{
	width:222px; border:1px solid #ccc;
}
.wrapNew input
{
	width:200px;
}
.wrapNew input, .wrapNew select, .wrapNew textarea
{
	margin-left:30px;
}
#checkout_page_container .wpsc_email_address_p input
{
	margin:14px 0 0 25px;
    padding: 5px;
    width:300px;
	vertical-align: top; color:#333; border:1px solid #ccc;
}
.user-profile-links a
{
	color:#333333;
	text-decoration:none;
	padding:0px 5px;
}
.user-profile-links a:hover, .user-profile-links a.current
{
	color:#10cde1;
}
.logdisplay
{
	min-width:320px;
   background:#F9F9F9;
    border: 1px solid #CCCCCC;
   /* border-collapse: collapse;*/
    margin-bottom: 20px;
	font-size:13px;
	padding:5px;
	font-family: Arial,Helvetica,sans-serif;
}
.entry-content
{
	font-size:13px;
	font-family: Arial,Helvetica,sans-serif;
}
.logdisplay .customer_details
{
	margin-bottom:30px;
}
.logdisplay .customer_details td
{
	width:200px;
}
.logdisplay .customer_details tr td:first-child
{
	font-weight:bold;
}
.logdisplay table.logdisplay
{
	width:600px;
	border:none;
}
.logdisplay th
{
	background:#E9E9E9;
    border: 1px solid #CCCCCC;
    line-height: 24px;
    text-align: center;
}

.wrapNew a
{
	color:#333;
	text-decoration:none;
}
.status span
{
	padding-left:5px;
}
.order_status
{
	margin-top:10px;
}
.order_status .logdisplay 
{
	width:600px;
}
.order_status .customer_details 
{
	width:450px;
	margin-left:20px;
}
.loginMainDiv fieldset
{
	border:none;
	padding:0px;
	margin:0px;
}
.loginMainDiv input
{
	padding:3px 5px;
}

#loginform input{
	margin-left:0px;
	margin-top:5px;
	width:300px;
}
#login #loginform input{
	width:260px;
}
#login #loginform input[type="submit"]{
	width:60px;
	padding:0px 10px;
}
#login #loginform input[type="checkbox"]
{
width:10px;	
}

#loginform input[type="checkbox"]
{
width:10px;
}

#loginform .login-shade-box input[type="checkbox"]
{
width:10px;
*float:left;
*margin-right:5px;
padding:0px;
}
a.thickbox, a
{
	text-decoration:none;
}
#loginform input#rememberme
{
	margin-top:0px;
}



/* new css added by ankit */
.user-profile-links .logdisplay .price, .date, .details_quantity, .details_price, .details_tax, .details_shipping, .details_total, .price
{
	text-align:center;
}

.user-profile-links .logdisplay .details_name
{
	padding-left:10px;
}


.logdisplay fieldset
{
width: 500px;
MARGIN: 0PX AUTO;
margin-bottom:10px;
}
/* User Profile*/
h4.headingBlue
{
background:#10CDE1;
    color: #FFFFFF;
    font-size: 17px;
    margin: 0 0 15px;
    padding: 8px;
}
#shade-box-user-detail
{
 background:#F9F9F9;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    margin: 10px 0 40px;
     padding: 21px 11px 21px 21px;
	 *padding-right: 0px;
	 width: 691px;
	  *width: 702px;
}
#shade-box-user-detail td
{
	vertical-align:center;
	
}
#shade-box-user-detail .innerusertable2
{
	float:left;
	margin-right:60px;
}
#shade-box-user-detail .lastBoxtable
{
	margin-right:0px !important;
}
#shade-box-user-detail input[type="text"]
{
	 border: 1px solid #CCCCCC;
    color: #333333;
    padding: 5px;
    width: 210px;
	margin-left:10px;
}
#shade-box-user-detail textarea
{
	height:70px;
	overflow: auto;
    resize: none;
    width: 200px;
	 border: 1px solid #CCCCCC;
    color: #333333;
	margin-left:10px;
}
#shade-box-user-detail select
{
	border: 1px solid #CCCCCC;
   width: 222px;	
	margin-left:10px;
}
.submit-div input
{
	margin-left:0px;
}
.wpsc-transaction-results-wrap p
{
	padding-bottom:10px;
}
.wpsc-transaction-results-wrap table
{
	width:500px;
	background:#f3f3f3;
	border: 1px solid #ccc;
	padding:10px;
	margin-bottom:20px;
}
.wpsc-transaction-results-wrap table th
{
	text-align:left;
}
.user-profile-links
{
	margin-bottom:10px;
}