/* Start of CMSMS style sheet 'guitars' */
#productInfo, .productWrapper {
	box-shadow: 0px 0px 5px #aaa;
	-moz-box-shadow: 0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	border-top-right-radius: 25px;
	-moz-border-radius-topright:25px;
	-webkit-border-top-right-radius:25px;
}
#productInfo {
	margin:20px 0 30px 0;
	float:left;
	width:260px;
	background:#F4F1E2;
	padding:25px;
}
#productInfo #logo {
	width:100%;
	text-align:center;
	float:left;
	padding-bottom:15px;
	border-bottom:1px dotted #666;
	margin-bottom:20px;
}
#productInfo #logo img {
	margin:0;
}
#productsWrapper {
	width:620px;
	height:auto;
	float:right;
}
#productsWrapper p {
	margin:0px;
}
.productWrapper {
	padding:10px;
	margin:20px 0;
	border:10px #F4F1E2 solid;
	background:#E9E2D2;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.productContent {
	font-size:12px;
	width:360px;
	height:auto;
	float:left;
	padding:10px;
}
.productContent h3 {
	color:#333;
	font-weight:normal;
	font-size:17px;
	letter-spacing:0.5px;
	border-bottom:1px solid #666;
	padding:0px 10px 3px 10px;
}
.productContent table {
	width:100%;
	padding:0px 0px;
	margin:0px 0px 10px 0px;
}
.productContent table td {
	border-bottom:1px dotted #282828;
	vertical-align:middle
}
.productWrapper .left {
	color:#4F4A45;
	font-weight:bold;
	width:40%;
	padding:4px 8px 4px 10px;
	text-align:right;
}
.productWrapper .right {
	color:#666;
	width:60%;
	padding:4px 10px 4px 8px;
}
.productImages {
	width:auto;
	height:auto;
	float:right;
	margin:10px 10px 0 0;
}
.productImages .bigImage img {
	background-color:#333;
	padding:9px;
}
/* ----- PAGINATION ----- */

#paginationWrapper {
	color:#333;
	width:610px;
	height:auto;
	margin:10px 0px;
	padding:14px 0px;
	font-size:16px;
	text-align:right;
}
#paginationWrapper a {
	color:#660000;
	font-weight:bold;
	text-decoration:none;
}
/* End of 'guitars' */

