@charset "utf-8";
/* CSS Document */
#left_col #wrapper_product {
	height:700px;
}
#left_col #wrapper_product h1#shop {
	color:#fff;
	padding-bottom:0;
	font-size:28px;
	text-transform:lowercase;
}
#left_col #wrapper_product h1#shop a {
	color:#ff0099;
	padding-bottom:0;
	font-size:28px;
	text-decoration:none;
}
#left_col #wrapper_product h1#shop a:hover {
	color:#fff;	
}
#left_col #wrapper_product h2#message {
	color:#fff;
	padding-top:0;
	font-size:24px;
	margin-bottom:12px;
	font-weight:bold;
}
#left_col #wrapper_product #product #product_image {
	width:280px;
	float:left;	
	margin-right:20px;
}

#left_col #wrapper_product #product #product_image img {
	width:280px;
	height:280px;
}

#left_col #wrapper_product #product #product_detail h3#product_name {
	font-size:15px;
}

#left_col #wrapper_product #product #product_detail table#product_options {
	width:300px;
}

#left_col #wrapper_product #product #product_detail table#product_options tr td#outofstock {
	color:red;
	padding:5px;
	font-size:11px;
}

#left_col #wrapper_product #product #product_detail table#product_options tr th {
	text-align:right;
	font-size:15px;
	width:70px;
	text-transform:capitalize;
}

#left_col #wrapper_product #product #product_detail table#product_options tr td {
	text-align:left;
	font-weight:bold;
	font-size:15px;
	width:100px;
	color:#fff;
	padding-left:20px;
}

#left_col #wrapper_product #product #product_detail form input#add_product {
	display:block;
	background:url(../images/shop_icons/button-addtobasket.gif);
	width:102px;
	height:20px;
	margin-top:20px;
	cursor:pointer;
}

#left_col #wrapper_product #product #product_detail form input#add_product:hover {
	background-position:0 20px;
}

#left_col #wrapper_product #product #product_detail table tbody tr#size td select {
	width:110px;
}

#left_col #wrapper_product #product #product_detail table tbody tr#colour td select {
	width:70px;
}

#left_col #wrapper_product #product #product_detail table tbody tr#qty td select {
	width:40px;
}
