@charset "utf-8";

/*************** Basic Stylings ***************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin: 0px auto;
}

a {
	color: #3A4281;
	text-decoration: none;
}

form {
	margin: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #3A4281;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #894A12;
}

h3,h4 {
	font-size: 11px;
	font-weight: bold;
	color: #5864B4;
}

p,h1,h2,h3,h4 {
	margin: 0px 0px 12px 0px;
}

/*************** CONTAINER ELEMENT - CONTROLS PAGE WIDTH ***************/

#container {
	width: 900px;
	text-align: left;
	margin: 0px auto;
	padding: 0px 20px;
}

/*************** GLOBAL HEADER ***************/

#header {
	position: relative;
	width: 100%;
	height: 105px;
	clear: both;
}

#header #logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
}

#header #slogan {
	position: absolute;
	top: 18px;
	left: 300px;
	padding:10px 22px;
	font-size: 16px;
	font-weight: bold;
	color: #5864B4;
	background-image: url(../images/bkg-left-head.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-style: italic;
}

#header #slogan span {
	padding: 0 6px;
	background-image: url(../images/bkg-slogan-right.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#header #cart {
	position: absolute;
	top: 10px;
	right: 8px;
	width: 220px;
	height: 48px;
	padding: 7px 0 0 0;
	text-align: left;
	background-color: #EFEFEF;
	background-image: url(../images/bkg-cart.gif);
	background-repeat: no-repeat;
}

#header #woman {
	position: absolute;
	top: 7px;
	right: 235px;
	background-image: url(../images/bkg-cart-woman.gif);
	background-repeat: no-repeat;
	height: 64px;
	width: 61px;	
}

#header #links {
	color: #363774;
	display: block;
	padding: 3px 0px 3px 50px;
}

#header #links a {
	font-size: 11px;
	color: #363774;
	text-decoration: underline;
}

#header #total {
	font-size: 12px;
	font-weight: normal;
	color: #363774;
	display: block;
	padding: 3px 0px 3px 50px;
}

.ubercolortabs{
position: absolute;
bottom: 0px;
right: 0px;
padding: 0;
width: auto;
overflow: hidden;
background: transparent;
margin-bottom: 1px;
}

.ubercolortabs ul{
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}


.ubercolortabs a{
	float: left;
	color: white; /*default background color of tabs, left corner image*/
	margin: 0 2px 0 0;
	padding: 0 0 1px 4px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #969696;
	background-image: url(../images/roundleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(../images/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 10px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #666666; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}

.solidblockmenu li a:hover, .solidblockmenu li{
color: #FFFFFF;
background-color: #666666;
}


/*************** HORIZONTAL NAVIGATION - FIRST ROW ***************/

#header-2 {
	width: 100%;
	clear: both;
	background-color: #1D2141;
	background-image: url(../images/bkg-nav.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.solidblockmenu2{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	width: 600px;
	overflow: hidden;
}

.solidblockmenu2 li{
display: inline;
}

.solidblockmenu2 li a{
float: left;
color: #FFFFFF;
padding: 10px 20px;
text-decoration: none;
}

.solidblockmenu2 li a:visited{
color: #FFFFFF;
}

.solidblockmenu2 li a:hover, .solidblockmenu li{
	color: #FFFFFF;
	background-color: #5864B4;
}

#header-2 #search {
	float: right;
	width: 290px;
	padding: 6px 5px 0px 5px;
	text-align: right;
}

#header-2 #search #search1 {
	border: 1px solid #FFFFFF;
	margin: 0px 8px;
	height: 100%;
}

#header-2 #search #search2 {
	border: 1px solid #EFEFEF;
	font-weight: bold;
	height: 100%;
	color: #3A4281;
	background-color: #EFEFEF;
}

/*************** CONTENT - CONTAINER ***************/

#content {
	width: 100%;
	clear: both;
}

/*************** CONTENT - LEFT COLUMN ***************/

#left {
	float: left;
	width: 190px;
}

#left #innertube {
	display: block;
	padding: 0px 12px 12px 0px;
}

#left #title {
	font-size: 13px;
	font-weight: bold;
	color: #3A4281;
	padding: 5px 0px 4px 22px;
	margin: 6px 0px 8px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #3A4281;
	border-style: solid;
	background-image: url(../images/bkg-left-head.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#left #links a {
	display: block;
	padding: 1px 0px 1px 10px;
}

#left .slot {
	display: block;
	height: 85px;
	margin: 24px 0px;
	border: 1px solid #D4D0C8;
	color: #D4D0C8;
}


/*************** CONTENT - CENTER COLUMN ***************/

#center {
	float: left;
	width: 710px;
}

#center #innertube {
	display: block;
	padding: 12px 0px 12px 12px;
}

#center #features {
	width: 100%;
	margin-bottom: 12px;
	clear: both;
}

#center #features #slot1 {
	float: left;
	width: 400px;
	height: 200px;
	background-color: #EFEFEF;
}

#center #features #slot2 {
	float: right;
	width: 286px;
	height: 82px;
}

#center #features #slot3 {
	float: right;
	width: 286px;
	height: 106px;
	line-height: 22px;
	margin-bottom: 12px;
}
#center #features #slot3 #innertube {
	padding: 14px;
}

#center #featured-items {
	display: block;
	padding: 8px;
	margin-bottom: 12px;
	clear: both;
	border: 1px solid #D4D0C8;
}

#center #featured-items h2 {
	float:left;
}

#center #featured-items p {
	float:right;
}

#center #featured-items td {
	width: 25%;
	height:120px;
	margin-left:-1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px 1px 1px 0px;
	text-align: center;
}

#center #featured-items .first {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px 1px 1px 1px;
}

#breadcrumbs {
	display: block;
	margin-bottom: 15px;
}

/*************** GLOBAL FOOTER ***************/

#footer {
}

#footer #blocks {
	font-size: 10px;
}

#footer #block1 {
	width: 278px;
	padding: 10px;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #003366;
	vertical-align: middle;
}

#footer #block2 {
	width: 279px;
	padding: 10px;
	margin: 0px 0px 3px -1px;
	border-width: 1px;
	border-style: solid;
	border-color: #003366;
	vertical-align: middle;
}
#footer #block2 #left {
	float: left;
	width: 135px;
}
#footer #block2 #right {
	float: right;
	width: 135px;
}

#footer #block2 a {
	display: block;
}

#footer #block3 {
	width: 279px;
	padding: 10px;
	margin: 0px 0px 3px -1px;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #003366;
	text-align: center;
	vertical-align: middle;
}

#footer #copyright {
	display: block;
	padding: 15px;
	text-align: center;
}


/*************** Category Page Stylings ***************/

#ctgy-products {
	clear: both;
	display: block;
}
.ctgy-layout {
	width: 33%;
	text-align: left;
	vertical-align: top;
	padding: 3px 6px;
}
.ctgy-layout a {
	color: #333333;
	text-decoration: none;
}
.ctgy-layout img {
	margin: 0 auto 5px auto;
}

#ctgy-products-row {
	clear: both;
	display: block;
}

#ctgy-products-column {
	float: left;
	width: 200px;
	padding-right: 25px;
	line-height: 17px;
}

#subcats {
	display: block;
	clear: left;
	margin-bottom: 20px;
}
#subcats a {
	float: left;
	display: inline;
	width: 154px;
	padding: 3px 5px;
	margin: 0px 4px 4px 0px;
	background-color: #EFEFEF;
	border: 1px solid #3A4281;
}


/*************** Product Page Stylings ***************/

#prod {
	clear: both;
	display: block;
}

#prod-image {
	float: left;
	text-align: left;
	width: 395px;
	height: 395px;
}

#prod-info-1 {
	float: right;
	width: 300px;
	line-height: 17px;
}

#prod-desc {
	margin: 0 0 15px 0;
}

/*************** Button & Form Stylings ***************/

form { margin: 0px; }

#cart-items { clear:both; display:block; }

#cart-items #options-block { float:left; margin:10px 5px 0 0; }

#cart-items #options-block input { height:18px; padding:3px 0px 2px 2px; }

#cart-items #button-block { float:left; text-align:left; margin-top:10px; }

#cart-items #options-block span { display:block }

#textfield {}


/**** Checkout Styles ****/

.checkout-steps {
	display: block;
	width: 100%;
	padding: 4px 0 0 0;
	margin-bottom: 15px;
	text-align: center;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #999;
}

.checkout-box {
	display: block;
	width: 676px;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #999;
}

.checkout-header {
	display: block;
	width: 692px;
	padding: 3px;
	background-color: #003366;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

/* Login Page Assets */

.logn-head {
	display: block;
	margin-top: 0;
	background-color: #333;
	padding: 4px;
	color: #FFF;
	font-size: 13px;
}

.logn-left {
	width: 50%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #333;
	padding: 10px;
}

.logn-right {
	width: 50%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #333;
	padding: 10px;
}

/********** BUTTONS **********/

/*** Main Button Controller ***/

.button {
	display: block;
	padding: 5px 3px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	background-color: #666;
	/* background-image: url(../images/bkg-buttons.png);
	background-repeat: repeat-x;
	background-position: left middle; */
	text-decoration: none;
}

/*** Buttons Inside Miva ***/

#addtobasket {
	margin: 12px 0;
	width: 105px;
	color: #FFF;
}

#addtobasketline {
	margin: 0;
	padding: 2px;
	width: 95px;
	color: #FFF;
}

#buyonenow {
	margin: 12px 0;
	width: 105px;
	color: #FFF;
}

#continue {
	margin: 12px 0;
	width: 80px;
	color: #FFF;
}

#donotadd {
	margin: 12px 0;
	width: 150px;
	color: #FFF;
}

#login {
	margin: 12px 0;
	width: 60px;
	color: #FFF;
}

#next {
	margin: 12px 0;
	width: 55px;
	color: #FFF;
}

#previous {
	margin: 12px 0;
	width: 80px;
	color: #FFF;
}

#remove {
	margin: 0;
	padding: 1px;
	width: 60px;
	color: #FFF;
	font-size: 11px;
}

#save {
	margin: 12px 0;
	width: 55px;
	color: #FFF;
}

#back {
	margin: 12px 0;
	width: 55px;
	color: #FFF;
}

#search-button {
	margin: 12px 0;
	width: 65px;
	color: #FFF;
}

#update {
	margin: 0;
	padding: 1px;
	width: 50px;
	color: #FFF;
	font-size: 11px;
}

#updatebasket {
	margin: 0;
	width: 70px;
	color: #FFF;
	font-size: 10px;
}

#complete-order { /* technically outside miva, but replaces the continue button on the OPAY page */
	margin: 12px 0;
	width: 160px;
	color: #FFF;
	font-size: 14px;
}

/*** Buttons Outside Miva ***/

#checkout {
	width: 130px;
	padding: 8px 3px;
	color: #FFF;
	background-color: #FE0000;
	text-decoration: none;
}

#createaccount {
	margin: 0 auto 12px auto;
	width: 185px;
	padding: 7px 5px;
	color: #FFF;
	text-decoration: none;
}

#noaccount {
	margin: 12px auto;
	width: 185px;
	padding: 7px 5px;
	color: #FFF;
	white-space: nowrap;
	text-decoration: none;
}

#logout {
	margin: 0;
	width: 70px;
	color: #FFF;
	font-size: 10px;
}

