html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	/*background: #e5008c;	
	padding: 6px;*/
}
body {
	background: #e5008c;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 8px 8px 8px;
}
.flash { 
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	position: relative;
	line-height: normal;
	font-size: 12px;
 }
 .flash a {
 	font-weight: bold;
 }

.flash.success { border: 1px solid #4F8A10; color: #4F8A10; background-color: #DFF2BF; background-image:url('../images/success.png'); }
.flash.success a { color: #4F8A10; }
.flash.error { border: 1px solid #D8000C; color: #D8000C; background-color: #FFBABA; background-image: url('../images/error.png'); }
.flash.error a { color: #D8000C; }

/* Login Form / User Panel */
#panel, #top { 	font-family: Arial, Helvetica, sans-serif; }
#panel {
	overflow: hidden;
	position: relative;
	height: 0;
	background: #E5008C;
	color: #ececec;	
}

#panel.errors {
	height: 132px;
}

#panel form div {
	display: inline;
}

#panel.errors form div {
	display: block;
	overflow: hidden;
	height: 30px;
}

#panel.errors span.error {
	padding: 1px 3px;
	color: #fff;
}

#panel #login {
	margin: -72px 0 0;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 3;
}

#panel.errors #login {
	margin: 0;
}

#panel #login .loginContent {
	font-size: 13px;
	margin: 0 auto;
	padding: 25px 0 17px 0;
	text-align: left;
	width: 550px;
}

#panel #login .loginContent form {
	overflow: hidden;
	vertical-align: top;
	line-height: 30px; 
}

#panel #login .loginContent form label {
	line-height: 30px; 
	font-weight: bold;
	width: 78px;
	height: 30px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 8px;
}

#panel #login .loginContent input#submitLogin {
	margin-top: 3px;
	float: left;
}
#panel.errors #login .loginContent input#submitLogin {
	margin-left: 186px;
}

#panel #login .loginContent input#username, #panel #login .loginContent input#password {
	background: #ccc;
	border: 1px solid #f4f4f4;
	margin-right: 8px;
	padding: 4px;
	color: #000;
	float: left;
	margin-top: 2px;
	width: 142px;
}

#panel #login .loginContent input:focus#username, #panel #login .loginContent input:focus#password {
	background: #bbbbbb;
}

#panel #login #loginClose {
	display: block;
	font-size: 11px;
	position: absolute;
	right: 15px;
	top: 10px;
	text-align: left;
	width: 78px;
	line-height: 19px;
}

#panel #login #loginClose a {
	border: 0;
	display: block;
	font-size: 11px;
	height: 20px;
	width: 100%;
	text-decoration: none;
	color: #fff;
}

#top {
	background: transparent url(../images/login/login_top.png) repeat-x 0 0;
	height: 38px;
	position: relative;
	margin-bottom: 13px;
}

#top-i {
	width: 988px;
	margin: 0 auto;	
}

#top .login {
	background: transparent;
	clear: right;
	color: #d4d4d4;
	display: block;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	position: relative;
	right: 0px;
	text-align: center;
	overflow: hidden;
}

#top .login li {
	background: transparent url(../images/login/login_m.png) repeat-x 0 0;
	display: block;
	float: left;
	height: 38px;
	padding: 0 6px;
	text-align: left;
}

#top .login li.left {
	background: transparent url(../images/login/login_l.png) no-repeat 0 0;
	display: block;
	float: left;
	height: 38px;
	width: 45px;
	padding: 0;
}
#top .login li.right {
	background: transparent url(../images/login/login_r.png) no-repeat 0 0;
	display: block;
	float: left;
	height: 38px;
	width: 45px;
	padding: 0;
}

#top .login li a {
	color: #FFF;
	text-decoration: none;
}

div.separator {
	height: 20px;
}
.error {
	color: #D8000C;
	font-weight: bold;
	display: block;
}

#container {
	background: #222 url(../images/bgpattern.png) repeat 0 0;
}

#wrapper {
	width: 829px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	padding: 20px 0;
}

#header {
	background: transparent url(../images/headerTop.png) no-repeat 50% 0;
	padding-top: 14px;
    overflow: hidden;
}

#header-i {
/*	height: 192px; */
	padding-top: 5px;
	background: #00C5E4 url(../images/headerBg.png) repeat-x 0 0;
    overflow: hidden;
}

#body {
	background: #fff url(../images/bodyStripes.png) repeat-y 0 0;
	overflow: hidden;
}

a#logo {
	width: 559px;
	height: 125px;
	background: transparent url(../images/largeLogo.png) no-repeat 0 0;
	display: block;
	text-indent: -9999em;
	margin-left: 160px;	
}

#mainmenu {
	padding: 20px 10px 0 10px;
	overflow: hidden;
	float: right;
}
#mainmenu li {
	float: left;
	padding: 0 2px;
	line-height: 47px;
	height: 47px;
}
#mainmenu li a {
	padding-left: 28px;
	background: transparent url(../images/menuLeft.png) no-repeat 0 0;
	display: block;
	text-decoration: none;
}
#mainmenu li a span {
	padding-right: 28px;
	background: transparent url(../images/menuRight.png) no-repeat 100% 0;
	color: #fff;
	font-size: 22px;
	display: block;
	text-decoration: none;
	font-family: Times;	
}

#sidebar {
	width: 189px;
	padding: 25px 12px;
	float: left;
	overflow: hidden;
}

#sidebar .cart {
	width: 189px;
	height: 55px;
	background: transparent url(../images/sidebarCartBg.png) no-repeat 0 0;
}
#sidebar p {
	padding: 10px 0;
}
#sidebar .cart p {
	padding: 12px 5px 10px 52px;
	color: #fff;
	font-size: 12px;
}
#sidebar .cart p a, #sidebar .cart p a:hover {
	display: block;
	color: #fff;	
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0;
	line-height: 20px;
}
#sidebar h2#ourCollection {
	width: 190px;
	height: 117px;
	background: transparent url(../images/ourCollection.png) no-repeat 0 15px;
	text-indent: -9999em;
}
#sidebar h3 a {
	color: #00a3dc;
	padding-left: 34px;
	background: transparent url(../images/sidebarBullet.png) no-repeat 0 0;
	line-height: 20px;
	height: 20px;
}
ul.sidemenu {
	padding-left: 34px;
	padding-bottom: 15px;
}
ul.sidemenu li {
	line-height: 20px;
	font-size: 12px;
}
ul.sidemenu li a {
	color: #464646;
	text-decoration: none;
}
ul.sidemenu li a:hover {
	text-decoration: underline;
}
#sidebar form#sidebarSearch {
	width: 189px;
	height: 64px;
	background: transparent url(../images/searchBg.png) no-repeat 0 0;
	margin: 20px 0;
	position: relative;
}
#sidebar form#sidebarSearch input {
	position: absolute;
	left: 12px;
	top: 30px;
	width: 158px;
	height: 18px;
	border: 1px solid #fff;
	background: #c8f5ff;
}


#maincontent {
	margin-left: 234px;
	width: 575px;
	padding: 30px 0;
}
#maincontent h1 {
	margin-bottom: 10px;
	font-size: 20px;
}
#maincontent h2 {
	margin-bottom: 10px;
	font-size: 16px;
}
#maincontent h3 {
	margin-bottom: 10px;
	font-size: 14px;
}
#maincontent h1.largeHeading {
	font-size: 30px;
	font-family: Times;
	font-weight: normal;
}
#maincontent p {
	line-height: 22px;
	margin-bottom: 12px;
}
#maincontent a {
	color: #00a3dc;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	background: transparent url(../images/footerBottom.png) no-repeat 50% 100%;
	padding-bottom: 11px;
}

#footer-i {
/*	height: 82px; */
	padding: 24px 30px 0 30px;
	background: #00ADD1 url(../images/footerBg.png) repeat-x 0 0;
    overflow: hidden;
}
a#smallLogo {
	width: 260px;
	height: 41px;
	text-indent: -9999em;
	display: block;
	float: left;
	background: transparent url(../images/smallLogo.png) no-repeat 0 0;
}
#footer ul, #footer p {
	float: right;
	color: #fff;
	clear: right;
	text-align: right;
}
#footer ul {	
	padding: 10px;
    text-align: center;
    line-height: 18px;
}
#footer ul li {
	display: inline;
}
#footer ul li a, #footer ul li a:hover, #footer p a {
	color: #fff;
	text-decoration: none;
}
#footer p {
	line-height: 18px;
	font-size: 12px;
}






/* Grids */
table.productsGrid {
	width: 100%;
}
table.productsGrid td {
	padding-bottom: 20px;
	text-align: center;
	vertical-align: top;
}
table.productsGrid div.single {
	border: 3px solid #E5008C;
	width: 170px;
	padding: 10px 0 5px 0;
	background: #ffe3f9;
	overflow: hidden;
	text-align: center;
	color: #0090C2;
}
table.productsGrid div.single img {
	border: 2px solid #E5008C;
}
table.productsGrid div.single span.item-name {
	display: block;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 12px;
	margin: 0 auto;
}
table.productsGrid div.single ul {
	padding: 5px 12px;
}
table.productsGrid div.single ul li {
	text-align: center;
}
table.productsGrid div.single ul li.buyNow {
	padding-bottom: 5px;
}
table.productsGrid div.single ul li.buyNow a {
	background: transparent url(../images/buyNow.png) no-repeat 0 0;
	width: 84px;
	height: 23px;
	display: block;
	text-indent: -9999em;
	margin: 0 auto;
}
table.productsGrid div.single ul li.productDetails a, a#productDetailsLink {
	background: transparent url(../images/productDetails.png) no-repeat 0 0;
	width: 128px;
	height: 23px;
	display: block;
	text-indent: -9999em;	
}
table.productsGrid.featured {
	background: #f8f8f8;
	border: 2px solid #CCC;
}
table.productsGrid.featured td {
	vertical-align: top;
	padding: 14px 10px;
	text-align: left;
	border-bottom: 1px dashed #ccc;
}
table.productsGrid.featured td img {
	border: 2px solid #E5008C;
}

table.productDetails {
	border: 3px solid #ccc;
	width: 100%;
}
table.productDetails div.productDetails {
	border-top: 5px solid #23add0;
	background: #f7f7f7 url(../images/tableBottomStripe.png) repeat-x 0 100%;
	padding: 10px 0;
}
table.productDetails div.productDetails td {
	padding: 10px;
	vertical-align: top;
	text-align: left;
}
table.productDetails div.productDetails td img {
	border: 2px solid #E5008C;
}
table.productDetails div.productDetails td table.details td {
	border: 1px solid #ccc;
	padding: 10px 5px;
}
a.addToCart, input.addToCart {
	display: block;
	width: 84px;
	height: 23px;
	background: transparent url(../images/addToCart.png) no-repeat 0 0;
	text-indent: -9999em;
	border: 0;
	cursor: pointer;
}
span.zoom {
	display: block;
	text-align: center;
	line-height: 22px;
}
span.previewLink {
	display: block;
	line-height: 20px;
}
span.breadcrumbs {
	padding-bottom: 15px;
	display: block;
	color: #4b4b4b;
}

/* Cart */
table#cart {
	background: #f8f8f8;
}
table#cart td, table#cart th {
	border: 1px solid #ccc;
	padding: 8px;
}


/* Forms */
form div.text, form div.select {
	padding: 5px 0 10px 0;
}
form div.text label, form div.select label {
	display: block;
	line-height: 24px;
}
form div.text input, form div.select select {
	padding: 4px;
	border: 1px solid #d3d3d3;
	background: #fff;
}


#colors {
	background: #fff;
	border-collapse: separate;
}

#colors td, #colors th {
	padding: 5px;
	text-align: right;	
	border: 2px solid #fff;
}

table.custprofile td {
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}
table.custprofile {
	margin-bottom: 5px;
}
