/* Global CSS */
html {
	margin: 0;
	padding: 0;
}
* {
	font-family: Verdana, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFE; /* #FFFCF9 */
}
body, p, td, th, input, textarea, select, a {
	font-size: 12px;
}
p {
	margin-top: 0;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0;
}
input[type="text"], input[type="password"] {
	width: 240px;
}
input[name*="quantity"] {
	width: 20px;
}
a, a:visited {
	color: #14A;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	color: #096;
}
a img {
	border: none;
}



/* Header CSS */
#header, #menubar, #container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header-bg {
	background: #FFF;
	height: 80px;
	width: 100%;
}
#header .logo {
	float: left;
	padding-top: 5px;
}
#header .search {
	float: right;
	margin-top: 45px;
}
#header .search input {
	border: 1px solid #0046AC;
	width: 220px;
	font-size: 14px;
}
#header .searchbutton {
	vertical-align: top;
}
#menubar-bg {
	background: #0C9;
	height: 32px;
	line-height: 32px;
	width: 100%;
	border-top: 2px solid #096;
	border-bottom: 2px solid #096;	
	margin-bottom: 5px;
}
#menubar .breadcrumb {
	width: 488px;
	height: 32px;
	overflow: hidden;
	float: left;
	color: #FFF;
	font-size: 11px;
}
#menubar .breadcrumb a {
	font-size: 11px;
}
#menubar .breadcrumb a:hover {
	color: white;
}
#menubar .links a {
	float: right;
	margin-left: 25px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
#menubar .links a:hover {
	color: #FFF;
	text-decoration: none;
}
#menubar .links a.selected {
	color: #FFF;
	cursor: default;
}
#menubar #tab_press {
	font-size: 11px;
	line-height: 1.4;
}
#mailchimp {
	text-align: center;
}
#mailchimp input {
	border: 1px solid #0046AC;
	color: #888;
	width: 156px;
}
#column_left {
	float: left;
	width: 180px;
	margin-top: 5px;
	margin-right: 10px;
	clear: left;
}
#column_left .box {
	border: 1px solid #0C9;	
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #FFF;
	padding: 10px 10px 14px;
	margin-bottom: 10px;
}
#column_left .box .top img {
	display: none;
}
#column_left .box .bottom {
	display: none;
}
.box .top {
	text-align: center;
	margin-bottom: 8px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.box ul {
	margin: 0;
	padding: 0;
	padding-left: 12px;
	color: #096;
}
#column_right {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 240px;
	margin-left: 710px;
}
#column_right .box {
	padding: 0 5px;
	background: #FFFFF7;
	background: linear-gradient(top, #FFE, #FFF);
	background: -moz-linear-gradient(top, #FFE, #FFF);
	background: -webkit-gradient(linear, center top, center bottom, from(#FFE), to(#FFF));
	border: 1px solid #0C9;	
	border-top: none;
	border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
}
#column_right .box:hover {
	box-shadow: 0 0 7px #000;
	-moz-box-shadow: 0 0 7px #000;
	-webkit-box-shadow: 0 0 7px #000;
}
.shadowed {
	box-shadow: 0 0 7px #000;
	-moz-box-shadow: 0 0 7px #000;
	-webkit-box-shadow: 0 0 7px #000;	
}
#column_right .box .top {
	margin: 0;
	padding: 4px 10px 8px;
	text-align: center;
	font-size: 16px;
}
#column_right .box .top:hover {
	cursor: pointer;	
}
#column_right .box .top img {
	margin-right: 7px;
	margin-top: -3px;
	vertical-align: middle;
}
#column_right .box .middle {
	padding: 5px 5px 15px;
	display: none;
}
#column_right .box .bottom {
	display: none;
}
.cart_module_total {
	padding: 0 4px;
}
.cart_module_amount {
	padding: 0 4px;
	white-space: nowrap;
}
.cart_module_viewcartcheckout {
	padding-top: 10px;
	text-align: center;
	clear: both;	
}
.cart_remove {
	margin-top: 3px;
	background: url('../image/list_remove_btn.gif') no-repeat left center transparent;
	padding-right: 14px;
	cursor: pointer;
}
.cart_remove_loading {
	margin-top: 3px;
	background: url('../image/ajax_load.gif') no-repeat transparent;
	padding-right: 12px;
}
.button_add_small, a.button_add_small:visited {
	display: none;
	margin-top: 3px;
	background: url('../image/button_add_small.png') no-repeat left center transparent;
	padding: 5px;
	text-decoration: none;
	cursor: pointer;
}
#content .middle .box {
	float: left;
	margin: 0 6px 10px 6px;
	min-height: 0px;
}
#content .middle .box .middle {
	width: 158px;
	min-height: 0px;
}



/* Content CSS */
.content, .buttons, .pagination {
	background: #FFF;
	border: 1px solid #0C9;	
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.price-color {
	color: #800;
	font-weight: bold;	
}
.special-price-color {
	color: #F00;
	font-weight: bold;
}
#content {
	margin-left: 190px;
	margin-bottom: 10px;
}
#content .top {
	padding: 10px;
	height: 20px;
	border-bottom: 1px solid #0C9;
}
#content h1, .heading {
	margin: 0;
	float: left;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
#content .middle {
	padding: 10px;
	min-height: 380px;
}
.success, .warning, .wait {
	padding: 5px 0;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: center;	
}
.success {
	background: #8F8;
	border: 1px solid #080;
}
.warning {
	background: #F88;
	border: 1px solid #800;
}
.wait {
	background: #FF8;
	border: 1px solid #880;
}
.required {
	color: #F00;
	font-weight: bold;
}
.error {
	color: #F00;
	display: block;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.content {
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.content th {
	padding-bottom: 5px;
}
.buttons {
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0;
	margin: 0;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.button {
	color: #FFF;
	font-weight: bold;
	display: inline-block;
	padding: 3px 15px;
	margin: 0 5px;
	border: 1px solid #0046AC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #006DC6;
	background: linear-gradient(top, #0093DF, #0046AC);
	background: -moz-linear-gradient(top, #0093DF, #0046AC);
	background: -webkit-gradient(linear, center top, center bottom, from(#0093DF), to(#0046AC));
}
.button:hover {
	color: #FFF;
	text-decoration: none;
	background: #0093DF;	
	background: linear-gradient(top, #0093DF, #0046AC);
	background: -moz-linear-gradient(top, #0093DF, #0046AC);
	background: -webkit-gradient(linear, center top, center bottom, from(#10A3EF), to(#1056BC));	
	box-shadow: 0 0 2px #000;
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
}
.button:active {
	background: #006DC6;
	background: linear-gradient(top, #0093DF, #0046AC);
	background: -moz-linear-gradient(top, #0093DF, #0046AC);
	background: -webkit-gradient(linear, center top, center bottom, from(#0046AC), to(#0093DF));	
}
.category-description {
	margin-left: -10px;
	width: 770px;
	margin-bottom: 15px;
	border-bottom: 1px solid #0C9;
}
.list {
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 20px;
}
.sort {
	float: right;
	position: relative;
	top: -40px;
	height: 0;
}
.sort .div1, .sort .div2 {
	float: right;
}
.sort .div2 {
	padding: 5px;
}
.pagination {
	display: inline-block;
	width: 712px;
	padding: 13px 18px;
}
.pagination .links {
	float: left;
}
.pagination .links a, .pagination .links b {
	border: 1px solid #096;
	padding: 3px 6px;
	text-decoration: none;
	color: #000;
}
.pagination .links b {
	background: #0C9;
	color: #FFF;
}
.pagination .results {
	float: right;
}
.mainimage {
	text-align: center;
	vertical-align: top;
	margin-bottom: 10px;
}
.additionalimage {
	display: inline-block;
	float: left;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.discountsbox {
	background: #EEE;
	border: 1px solid #BBB;
}
#relatedproducts {
	background: #FFF;
	padding: 0 10px 10px;
	margin: 30px 0;	
	border: 1px solid #0C9;	
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#relatedproducts .rp_title {
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
}
#carttable th, #carttable a, #carttable input, #carttable td {
	font-size: 14px;
}
#footer {
	width: 100%;
	height: 3px;
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #0C9;
}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
	margin-top: -5px;
	margin-bottom: 10px;
}
#footer .divmid {
	float: center;
	text-align: center;
}
.tags, .tags a {
	font-style: italic;
	font-size: x-small;
}
.addthis_toolbox {
	margin: 0 0 10px;
}
.addthis_toolbox .hover_effect {
	//width: 300px;
}
.addthis_toolbox .hover_effect div {
	float: left;
	margin-right: 7px;
}
.addthis_toolbox .hover_effect a {
	padding: 2px 2px 2px 20px;
	position: relative;
}
.addthis_toolbox .hover_effect a:hover {
	color: #096;
	text-decoration: underline;
}
.addthis_toolbox .hover_effect span {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 1px;
}
#at15s_head {
	display: none;
}
#at16pf {
	display: none;
}
.gift-button {
	padding: 0;
}
.gift-button:hover {
	opacity: 0.8;
}
