body {
	background-color: #DEDECA;
}

label {
	color: #6C767E;
}

/* layout */
#header-cartInfo .bag-num {
	color: #DDDDDD;
	font-weight: bold;
}

.gift-certificate p {
	margin-bottom: 20px;
}

.gift-certificate #services {
	display: none;
}

.gift-certificate .add-to-bag {
	float: right;
}

.gift-certificate form {
	border: 1px solid rgb(221, 221, 221);
	padding: 10px;
	background: rgb(247, 247, 247) none repeat scroll 0% 0%;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	margin-top: 3px;
	margin-bottom: 15px;
	width: 460px;
}

.gift-certificate label {
	font-weight: normal;
	color: #000;
	width: 125px;
	float: left;
	text-align: right;
}

.gift-certificate input, .gift-certificate textarea {
	width: 300px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.gift-certificate select {
	width: 310px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.gift-certificate .checkbox, .gift-certificate .radio {
	width: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.gift-certificate .addon-label {
	height: 75px;
}

.gift-certificate .options {
	border-bottom: 1px dashed #dedede;
	overflow: hidden;
	margin-bottom: 15px;
}

.gift-certificate #amount, .gift-certificate #services {
	display: none;
    border-top: 1px dashed #DEDEDE;
}

.gift-certificate #services label {
	height: 20px;
	width: auto;
	display: block;
	text-decoration: underline;
	margin-bottom: 5px;
	margin-left: 10px;
}

.gift-certificate .options label {

}

.gift-certificate .addons, .gift-certificate .template {
	float: right;
	width: 330px;
}

.gift-certificate .template span {
	margin-left: 10px;
}

.gift-certificate .template img {
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}

.gift-certificate .template .left {
	width: 165px;
	float: left;
}

.gift-certificate .container {
	margin-left: 125px;
	margin-top: 10px;
}

.gift-certificate .template .right {
	width: 165px;
	float: right;
}

.gift-certificate #services div p {
	border: 0;
	font-size: .8em;
	font-style: italic;
	width: 295px;
	padding: 0;
	margin-left: 30px;
	margin-bottom: 10px;
}

.gift-certificate .addons span {
	margin-left: 10px;
}

.gift-certificate .blankspace {
	width: 300px;
	height: 10px;
}

.signup {
	border: 1px solid rgb(221, 221, 221);
	padding: 10px;
	background: rgb(247, 247, 247) none repeat scroll 0% 0%;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	margin-top: 3px;
	margin-bottom: 15px;
	width: 371px;
}

.signup label {
	display: block;
	font-weight: normal;
	color: #000;
}

.signup input, .signup textarea {
	width: 358px;
	margin-bottom: 10px;
}

.signup select {
	width: 310px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.signup .checkbox, .signup .radio {
	display: inline;
	width: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
}


.store {
	background-color: #fff;
	overflow: hidden;
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFFFFF;
}
#topdiv {
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#breadcrumb {
	float: left;
}

#module_cart, #top-checkout, #top-search, #logged {
	float: right;
	margin-right: 15px;
}

#module_cart a, #top-checkout a, #top-search a, #logged a {
	text-transform: uppercase;
	color: #000000;
}

#column_left {
	float: left;
	width: 175px;
}

#content {
	float: left;
	width: 830px;
	margin-bottom: 10px;
}
#content .top {
	padding: 8px 0px 6px 10px;
}
.heading {
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	background: #FFFFFF;
	padding: 0 10px 1px 10px;
	min-height: 380px;
}
#content .bottom {
	height: 5px;
}

#content td {
	margin-right: 15px;
}

#content .list p {
	padding: 0;
	height: 70px;
	display: block;
	overflow: hidden;
	font-size: .8em;
}

#content .list p.stars {
	height: 20px;
	display: block;
	padding: 0 0 2px 0;
}

#content .product-title {
	font-size: 16px;
}


#content .more a {
	color: #F24285;
	font-size: 12px;
	margin-left: 2px;
}
.box {
	margin-bottom: 10px;
}
.box .top {
	padding: 0 0px 6px 17px;
}
.box .top img {
	float: left;
}
.box .middle {
}
.box .bottom {
	height: 5px;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #5C5C5C;
	display: inline-block;
	height: 25px;
	margin-right: 1px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 7px 0 7px 17px;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	width: 100%;
	border-left: 1px solid #f1f1f1;
}

.top-border {
	border-top: 1px solid #f1f1f1;
}

.list td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	padding: 8px;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.list .name {
	display: block;
	overflow: hidden;
	height: 38px;
}

.sort {
	background: #F8F8F8;
	height: 30px;
	width: 100%;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	border-bottom: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	cursor: pointer;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 536px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#category ul {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 8px;
	list-style: none;
	line-height: 25px;
	padding: 0;
}
#category li a {
	font-size: 11px;
	text-decoration: none;	
	color: #333;	
	text-transform: uppercase;
}
#category li a:hover, 
#category li a:active {
	color: #e00202;
}
#category li#current a {	
	color: #D33972;	
}

/* Brands Dropdown */
#brands, #brands ul { list-style: none;}
#brands, #brands * { padding: 0; margin: 0; }
	
/* Head links */
#brands li.brandlink { width: 203px; float: left; margin-left: -1px; border: 0; text-align: left; }
#brands li.brandlink a { display: block; padding: 15px; }

/* Child lists and links */
#brands li.brandlink ul { display: none; text-align: left; }
#brands li.brandlink ul li.spacer { height: 6px; }
#brands li.brandlink ul li a { font-size: 10px; color: #000; text-transform: uppercase; padding: 5px; height: 17px; }
#brands li.brandlink ul li a:hover { color: #D33972; background-color: #FFEAF5; }
#brands li.brandlink div { cursor: pointer; position: relative; z-index: 10; background: url('../image/brands_dropdown.gif') no-repeat; height: 41px; }
	
/* Pretty styling */
#brands a { color: white; } #cssdropdown ul li a:hover { text-decoration: none; }
#brands li.brandlink { color: #000; background-image: url(); }
#brands li.brandlink ul { position: relative; top: -6px; background: url('../image/brands_dropdown_box.gif') repeat-x top; background-color: #f8f8f8; }

.special {
	color: #900;
	font-weight: bold;
	text-decoration: line-through;
}
.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #EEEEEE;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
