@charset "UTF-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#Wrapper
{
	width:100%;
	float: left;
}

#Wrapper #Header
{
	background-color:#DACD93;
	width:100%;
	background-image: url(images/header-background.png);
	float: left;

}

#Wrapper #Header #Logo
{
	height: 46px;
	padding-right: 8px;
	padding-left: 8px;
	border: 0px solid #CCC;
	background-repeat: repeat-x;
	background-color: #FFF;
	margin-bottom: 20px;
	padding-top: 10px;
	background-image: url(images/header-gradient.png);
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 7px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 7px; /* FF 3.5+ */
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}

.button
{
	color:#fff;
	font-size: 0.9em;
	font-weight:bold;
	text-align:center;
	background-color:#b2193d;
	display:block;
	text-decoration:none;
	border:solid 1px #b2193d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: url(images/button-background.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

.view-cart
{
	color:#a71517;
	font-size: 0.8em;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	padding:10px;
	display:block;
}

#Wrapper .product-list
{
	font-size: 0.8em;
	background-color: #F2F2F2;
	background-image: url(images/product-list-background.png);
	background-position: bottom;
	background-repeat: repeat-x;
	float: left;
	margin: 0px;
	clear: both;
	width: 100%;
	height: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#Wrapper .product-list .product-info
{
	padding-top:15px;
	float: left;
}

#Wrapper .product-list img
{
	float:left;
	margin-right: 20px;
	margin-left: 5px;
}

#Wrapper .product-list .price
{
	color:#9b3740;
	font-weight:bold;
	float: right;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: right;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-top: 20px;
	margin-right: 10px;
	text-decoration: none;
}

#Wrapper .product-list .price a
{
	color:#9b3740;
	text-decoration:none;
}

/* Details page formatting*/

#Wrapper .bar
{
	height:34px;
	width:100%;
	background-image: url(images/black-bar.png);
	background-repeat: repeat-x;
	clear:both;
	padding-top: 6px;
}

#Wrapper .bar .back-button
{
	float:left;	
	margin-left:10px;
}

#Wrapper .bar .checkout-button
{
	float:right;
	margin-right:10px;
}


#Wrapper #Details
{
	font-size: .8em;
	line-height: 1.1em;
	padding: 10px;
	float:left;
}

#Wrapper #Details .description img
{
	float:left;
	padding-right:10px;
}

#Wrapper #Details .description
{
	float:left;
	margin: 0px;
	padding: 0px;
}

#Wrapper #Details .description .title
{
	padding-top:10px;
	float:left;
}

#Wrapper #Details .description p
{
	padding-top:10px;
}


#Wrapper #Details .buy-button
{
	background-color:#931a2d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	float:right;
	text-decoration: none;
	font-weight: bold;
	margin-top:15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/buy-button-background.png);
	background-repeat: repeat-x;
	background-position: top;
}

#Wrapper #Details .description .full-description
{
	clear:both;
}
