/*
Theme Name: Sebastian & Jules
Theme URI: http://www.sebastianandjules.co.uk
Description: Theme designed by Buzza and coded by Alex
Version: 3.5
Author: Buzza and Alex
Author URI: http://www.loveforrent.co.uk
*/

/* breadcrumb nav */
div.breadcrumb {
	color: #FFF;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	padding: 0;
}
div.breadcrumb a {
	color: #FFF;
	text-decoration: none;
}
div.breadcrumb a:hover {
	color: #EE0;
}

/* Pagination */
div.wpsc_page_numbers {
	font-size: 1.6em;
}
div.wpsc_page_numbers a.selected {
	color: #CC0;
}

/* Product styles */
div.productdisplay img {
	/*border: none;*/
}
div.productdisplay h2.prodtitles {
	background-color: #4d4d4d;
	margin: 0;
	padding: 3px 10px;
	font-size: 1.2em;
}
div.productdisplay h2.prodtitles a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
div.productdisplay div.wpsc_product_price {
	text-align: right;
	border-bottom: 1px dotted #FFF;
	margin: 3px 0;
	padding: 3px 0;
	font-size: 1.2em;
}
div.productdisplay div.wpsc_buy_button_container {
	text-align: right;
}
div.productdisplay div.wpsc_buy_button_container input {
	clear: both;
}
div.wpsc_loading_animation {
	float: left;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	display: none;
}
form.product_form {
	margin: 0;
	padding: 0;
}

/* Mutliple product styles */
div.productdisplay.multiple_product_display {
	float:left;
	width: 196px;
 	margin-right: 40px;
}
div#products_page_container table td {
	vertical-align: top;
}

/* Single product styles */
div.productdisplay.single_product_display {
	width: 500px;
}
div.single_product_display div.textcol div.imagecol {
	position: relative;
}
div.single_product_display h2.prodtitles {
	font-size: 1.4em;
}
div.single_product_display div.wpsc_description {
	padding: 3px 10px;
}
div.single_product_display form.product_form {
	text-align: right;
}

p.unavailable, p.added_to_cart, p.out_of_stock, p.soldout {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-align: right;
}

/* Shopping cart page */
table.productcart {
	margin: 0 0 20px 0;
	border-collapse: collapse;
	width: 600px;
}
table.productcart form.adjustform {
	white-space: nowrap;
}
table.productcart tr th {
	background-color: #333;
	text-align: left;
	font-size: 1.2em;
	padding: 3px 5px;
}
table.productcart td.pricecol {
	width: 50px;
}
table.productcart td.removecol {
	width: 63px;
}
table.productcart td.imagecol {
	width: 48px;
}
table.productcart form#change_country select {
	margin-right: 10px;
}
table.productcart td {
	padding: 3px 5px;
	font-size: 1.2em;
	border: 1px solid #333;
}
#wpsc_shopping_cart_container h2 {
	margin-bottom: 20px;
}
table.wpsc_checkout_table {
	padding: 3px 5px;
	font-size: 1.2em;
}
table.wpsc_checkout_table input.make_purchase {
	margin-top: 20px;
}
table.wpsc_checkout_table tr.validation-error input {
	background-color: #FEE;
	border: 1px solid #F10;
}
table.wpsc_checkout_table p.validation-error {
	color: #F10;
	padding: 0;
	margin: 0;
	font-size: 1em;
}