* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #003726;
	color: #ddd;
	font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 14px;
	color: #e718a6;
	padding-bottom: 16px;
}

h3 {
	font-size: 12px;
	color: #e718a6;
}

a {
	text-decoration: none;
}

a:link {
	color: #e718a6;
}

a:visited {
	color: #e718a6;
}

a:hover {
	color: #fff;
}

a:active {
	color: #EE76C2;
}

p {
	padding-bottom: 16px;
}

p.center {
	text-align: center;
}

.warning {
	color: #e718a6;
}

ul {
	margin-bottom: 16px;
	list-style-position: outside;
}

li {
	list-style-image: none;
	list-style-type: none;
	padding: 4px 0px;
	padding-left: 20px;
	background: url(/_media/sidebar.bullet.plus.gif) 0 7px no-repeat;
}

dl {
	margin-top: 8px;
	margin-bottom: 16px;
}

dt {
	margin-bottom: 8px;
	font-weight: bold;
}

dd {
	margin-bottom: 8px;
	padding: 4px 0px;
	padding-left: 20px;
}

dd > ul {
	margin-bottom: 0;
}

#content {
	background-color: #000;
	width: 794px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: #000 0 0 16px;
	-moz-box-shadow: #000 0 0 16px;
}

#page {
	padding: 16px 24px;
	width: 550px;
}

#ss_banner {
	height: 88px;
	background: url(/_media/banner.jpg) no-repeat right;
}

#ss_banner_status {
	height: 23px;
	line-height: 24px;
	font-size: 10px;
	text-align: right;
	padding: 0 8px;
	border-top: 1px solid black;
	background: url(/_media/buttons.gif) repeat-x;
}

#navigation {
	margin: 0;
	padding: 0;
	margin-left: 24px;
	margin-top: 4px;
	width: 180px;
}

#navigation>li {
	background: url(/_media/on.gif) 0 7px no-repeat;
	margin: 0;
	border-bottom: 1px dotted #651249;
}

#navigation>li.selected {
	background: url(/_media/sidebar.bullet.plus.gif) 0 7px no-repeat;
}

#navigation>li.selected>a {
	color: #fff;
}

#navigation>li.spacer {
	background: none;
	height: 24px;
}

#subnavigation {
	margin: 0;
	padding: 0;
}

#subnavigation>li {
	margin: 0;
	padding: 2px 0;
	padding-left: 0px;
	background: none;
}

#subnavigation>li.view_basket {
	padding-top: 8px;
}

#subnavigation>li.selected a {
	color: #fff;
}

#footer {
	padding: 8px;
	color: #666;
	text-align: right;
	font-size: 10px;
}

#bl_advert {
	margin-left: 30px;
	margin-top: 38px;
}

#paypal {
	float: right;
	border: 1px solid #651249;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #212121;
	margin-left: 16px;
	margin-bottom: 16px;
	min-width: 190px;
}

#paypal form {
	margin: 0;
}


#paypal_price {
	padding: 8px;
	border-bottom: 1px solid black;
}

.paypal_aux, .paypal_field {
	padding: 8px;
	border-bottom: 1px solid black;
}

#paypal_price label, .paypal_aux label, .paypal_field label {
	margin-right: 8px;
}

.paypal_submit {
	float: right;
	margin: 8px;
}

.paypal_view {
	float: right;
	margin-top: 8px;
	margin-left: 8px;
}

.main_image {
	border: 1px solid #e718a6;
	margin-bottom: 16px;
}

#thumbs {
	float: right;
	width: 92px;
}

#thumbs a > img {
	border: 1px solid #e718a6;
	margin-bottom: 8px;
}

#thumbs a > img:hover {
	border: 1px solid #fff;	
}

.list_thumb {
	border: 1px solid #e718a6;
	margin-right: 16px;
}

.list_thumb:hover {
	border: 1px solid #fff;
	
}

.view_button {
 margin-left: 16px;	
}

.view_button a {
	padding: 2px 8px;
	border: 1px solid #e718a6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	background-image: url(../_media/button_bg.gif);
}

.view_button a:hover {
	border: 1px solid #fff;
}

table.product_list {
	border-spacing: 0px;
	width: 100%;
	margin-top: -16px;
	margin-bottom: 0px;
}

table.product_list td {
	padding: 16px 0px;
	border-top: 1px solid #651249;
}

table.product_list td.first {
	border-top: none;
}

table.size_chart {
	border: 1px solid #651249;
	background-color: #212121;
	border-spacing: 0;
	margin-bottom: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

table.size_chart td {
	padding: 4px 8px;
}

table.size_chart tr > td + td {
	border-right: none;	
}

table.size_chart tr + tr > td {
	border-top: 1px solid #000;	
}

.product_section {
	margin-bottom: 16px;
	background-color: #212121;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 16px;
	padding-bottom: 0;
	padding-top: 8px;
	border: 1px solid #651249;
}

.product_section p {
	padding-bottom: 0;
}

.product_section h3 {
	padding-bottom: 4px;
}

.shop_section {
	margin-bottom: 8px;
}

.highlight img {
	border: 1px solid #e718a6;
	float: left;
	margin-right: 16px;
}

.highlight h3 {
	font-size: 14px;
	padding-bottom: 8px;
}

.highlight .view_button {
	margin-left: 0;
}

.highlight p {
	padding-bottom: 16px;
}

.count_box {
	float: right;
	background-color: #651249;
	color: #e718a6;
	padding: 0 6px;
	cursor: help;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-shadow: #000 1px 1px 1px;
}

.count_box_tooltip {
	background-color: #212121;
	padding: 8px;
	border: 1px solid #651249;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.gallery td {
	padding-bottom: 16px;
	padding-right: 8px;
}

.gallery td img {
	border: 1px solid #651249;
}