@charset "utf-8";

/* RESET FOR CROSS BROWSER COMPATIBILITY */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
	margin:0;   
	padding:0;   
} 
table {  
	border-collapse:collapse;   
	border-spacing:0;   
} 
fieldset,img {    
	border:0;   
} 
address,caption,cite,code,dfn,em,strong,th,var {  
	font-style:normal;   
	font-weight:normal;   
} 
ol,ul {  
	list-style:none;   
} 
caption,th {  
	text-align:left;   
} 
h1,h2,h3,h4,h5,h6 {  
	font-size:100%;   
	font-weight:normal;   
} 
q:before,q:after {  
	content:'';   
} 
abbr,acronym {
	border:0;   
}  




/* STYLES */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

em {
	font-style: italic;
}

.container {
	position: relative;
	width: 920px;
	_width: 950px;
	height: auto;
	background-image: url(../images/global/logoleft.gif);
	background-repeat: no-repeat;
	background-position: 0px 44px;
	margin: 0px auto 0px 0px;
	padding: 0px 0px 0px 40px;
}

.header {
	position: relative;
	height: 44px;
}
.header .logo {
	float: left;
}
.header .quickjump {
	position: relative;
	float: right;
	font-size: 75%;
}
.header .quickjump .block {
	position: relative;
	height: 28px;
	float: left;
	padding: 8px 12px;
}

.content {
	clear: both;
	margin: 40px 0px 0px 40px;
}
.content h1 {
	font-size: 120%;
	font-weight: bold;
	color: #663399;
	border-bottom: solid 2px #663399;
	padding: 0px;
	margin: 0px 0px 18px 0px;
}
.content h1 a {
	color: #663399;
	text-decoration: none;
}

.textblock {
	clear: both;
	padding: 20px 20px 0px 20px;
	z-index: 1000;
}
.textblock h2 {
	font-size: 120%;
	margin: 0px 0px 12px 0px;
}
.textblock .red {
	color: #dd0011;
}
.textblock strong {
	font-weight: bold;
}
.textblock p {
	font-size: 75%;
	margin: 0px 0px 12px 0px;
}
.textblock ul {
	font-size: 75%;
	margin: 0px 0px 12px 20px;
}
.textblock ul li {
	margin: 0px 0px 2px 20px;
	list-style-image: url(../images/global/bullet.gif);
	list-style-position: outside;
}
.textblock ul li ul {
	font-size: 100%;
}

.columns {
	float: left;
}
.column {
	float: left;
}

.redtitle {
	position: relative;
	background-image: url(../images/global/red-title-right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-color: #ce0009;
	margin: 0px auto;
	width: 580px;
	height: 15px;
	padding: 10px 0px 10px 20px;
}
.redtitle img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.redtitle h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.rounded {
	position: relative;
	background-color: #f7f7f7;
}
.rounded .top {
	position: relative;
	display: block;
	text-align: right;
	background-image: url(../images/rounded/topleft.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.rounded .bot {
	position: relative;
	display: block;
	text-align: right;
	background-image: url(../images/rounded/botleft.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.rounded .mid {
	position: relative;
	background-color: #f7f7f7;
	border-top: none;
	border-right: solid 1px #cccccc;
	border-bottom: none;
	border-left: solid 1px #cccccc;
	padding: 5px 15px;
	_height: 1%;
}

.rounded .mid a, .textblock a {
	color: #663399;
	text-decoration: underline;
}
.rounded .mid a:hover, .textblock a:hover {
	color: #333333;
	text-decoration: underline;
}

.shoppingbags {
	position: relative;
	height: 130px;
}
.shoppingbags img {
	position: absolute;
	top: -20px;
	right: -30px;
}


.menu dl dt {
	font-size: 70%;
	text-transform: uppercase;
	color: #ffffff;
	background-image: url(../images/global/menu_header.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-color: #660099;
	padding: 4px 6px;
}
.menu dl dd {
	border-top: none;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	margin: 0px 0px 10px 0px;
}
.menu dl dd ul {
	font-size: 70%;
	list-style-image: url(../images/global/bullet.gif);
	list-style-position: inside;
	margin: 0px 4px -1px 4px;
}
.menu dl dd ul li {
	padding: 3px 6px 4px 6px;
	border-bottom: solid 1px #cccccc;
}
.menu dl dd ul li a {
	font-weight: bold;
	color: #663399;
	text-decoration: none;
}
.menu dl dd ul li a:hover {
	text-decoration: underline;
}
.menu .login ul {
	font-size: 70%;
	font-weight: bold;
	color: #663399;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px 4px 4px 4px;
}
.menu .login ul li {
	padding: 2px 6px;
	border: none;
}
.menu .login ul li a {
	font-size: 90%;
	font-weight: bold;
	color: #663399;
	text-decoration: none;
}
.menu .login ul li a:hover {
	text-decoration: underline;
}

.menu .basket ul {
	font-size: 70%;
	color: #666666;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px 4px 4px 4px;
}
.menu .basket ul li {
	padding: 2px 6px;
	border: none;
}
.menu .basket ul li strong {
	font-weight: bold;
}
.menu .basket ul li a {
	font-size: 100%;
	font-weight: bold;
	color: #663399;
	text-decoration: none;
}
.menu .basket ul li a:hover {
	text-decoration: underline;
}

.menu ul li ul {
	font-size: 100%;
	font-weight: bold;
	color: #663399;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px 4px 4px 4px;
}

.hidden {
	display: none;
}

.footer {
	clear: both;
	margin: 10px auto;
	border-top: solid 1px #cccccc;
	font-size: 70%;
}
.footer .footermenu {
	padding: 10px 0px;
	border-bottom: solid 1px #cccccc;
}
.footer .footermenu a {
	font-weight: bold;
	color: #663399;
	text-decoration: none;
}
.footer .footermenu a:hover {
	text-decoration: underline;
}
.footer .footercontact {
	padding: 10px 0px;
	text-align: right;
	line-height: 130%;
	color: #999999;
}
.footer .footercontact a {
	color: #663399;
	text-decoration: none;
}
.footer .footercontact a:hover {
	text-decoration: underline;
}


.categorylist {
	float: left;
}
.categorylist .product {
	float: left;
	width: 288px;
	min-height: 150px;
	_height: 150px;
	margin: 10px 15px 20px 0px;
}
.categorylist .product .thumb {
	float: left;
	width: 101px;
	height: 101px;
	padding: 4px;
	background-image: url(../images/global/product_background.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	margin: 0px 12px 0px 0px;
}
.categorylist .product h3 {
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
}
.categorylist .product p {
	margin: 0px;
}
.categorylist .product .red {
	font-size: 90%;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
}

.productdetails {
	float: left;
}
.productdetails .viewimage {
	float: left;
	width: 201px;
	background-image: url(../images/global/image_background.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 4px;
	margin: 0px 12px 0px 0px;
}
.productdetails .viewimage a {
	font-weight: bold;
	color: #663399;
	text-decoration: none;
}
.productdetails .viewimage a:hover {
	text-decoration: underline;
}
.productdetails .viewimage img {
	margin: 0px 0px 12px 0px;
}
.productdetails .product {
	float: left;
	width: 380px;
}
.productdetails .product h3 {
	font-size: 80%;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
}
.productdetails .product p {
	margin: 0px 0px 12px 0px;
}
.productdetails .product .red {
	font-size: 90%;
	font-weight: bold;
}
.productdetails .info {
	margin: 5px 0px;
	padding: 5px 0px;

	color: #CCCCCC;
}
.productdetails .info ul {
	margin: 0px;
}
.productdetails .info ul li {
	float: left;
	margin: 0;
	list-style-image: none;
}
.productdetails .info a {
	display: block;
	text-align: center;
	font-size: 90%;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border: 0px;
	width: 67px;
}
.productdetails .info a img {
	margin: 0px 0px 5px 0px;
}

.tbl table {
	font-size: 75%;
	background-color: #FFFFFF;
	border: solid 1px #cccccc;
}
.tbl table th {
	background-color: #660099;
	color: #ffffff;
	padding: 4px;
}
.tbl table td {
	padding: 2px 4px;
}


.label {
	float: left;
	display: block;
	width: 100px;
	padding: 3px 0px 0px 0px;
}
.orderform form fieldset {
	padding: 10px 10px 10px 10px;
	border: solid 1px #cccccc;
	margin: 10px 0px;
}
.orderform form fieldset legend {
	display: block;
	margin: 0px 0px 0px 0px;
	.margin: 0px 0px 10px 0px;
	background-color: #663399;
	color: #ffffff;
	font-size: 75%;
	padding: 5px;
}
.orderfrom form ul {
	list-style: none;
	margin: 0px;
}
.orderform form ul li {
	clear: both;
	list-style: none;
	list-style-image: none;
	margin: 0px;
}
.orderform form ul li label {
	float: left;
	display: block;
	width: 120px;
	padding: 3px 0px 0px 0px;
}
.orderform .title {
	display: block;
	padding: 10px 5px 5px 5px;
	color: #ffffff;
	text-align: center;
	background-color: #663399;
}




div.main dl dt {
	font-size: 70%;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #663399;
	margin: 8px 0px 0px 0px;
	padding: 4px 6px;
	background-image: url(../images/common/purple_corner_tr.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat;
}
div.main dl dt:first-child {
	margin: 0px;	
}
div.main dl dd {
	font-size: 75%;
	border: solid 1px #ccc;
	border-top: none;
}

div.main dl dd.basket ul.contents {
	padding: 2px 0px 4px 0px;
	font-size: 90%;
	line-height: 1.4;
	color: #666666;
}
div.main dl dd.basket ul.contents li {
	padding: 2px 6px;
	border-bottom: solid 1px #f2f2f2;
}
div.main dl dd.basket ul.contents li.total {
	color: #663399;
	font-weight: bold;
	padding: 2px 6px;
}

div.main dl dd.basket ul.buttons {
	border-right: solid 1px #ffffff;
}
div.main dl dd.basket ul.buttons li {
	float: left;
	width: 50%;
}
div.main dl dd.basket ul.buttons li a {
	display: block;
	background-color: #efefef;
	text-align: center;
	border-left: solid 1px #ffffff;
	padding: 6px 0px;
	text-decoration: none;
	color: #663399;
	font-weight: bold;
	font-size: 90%;
}
div.main dl dd.basket ul.buttons li a:hover {
	background-color: #e0d6eb;
	text-decoration: underline;
}



div.main dl dd.menu {
	padding: 0px 4px;
	line-height: 1;
}
div.main dl dd.menu ul {
	margin: 0px;
	padding: 0px;
}
div.main dl dd.menu ul li ul {
	margin: 0px;
	padding: 2px 0px 0px 0px;
}
div.main dl dd.menu ul li {
	border-top: solid 1px #cccccc;
	padding: 5px 8px 5px 16px;
	background-image: url(../images/common/leftcolumn-menu-bullet2.gif);
	background-repeat: no-repeat;
	background-position: 2% 0%;
}
div.main dl dd.menu ul li:first-child {
	border: none;	
}
div.main dl dd.menu ul li a {
	color: #663399;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}
div.main dl dd.menu ul li a:hover {
	text-decoration: underline;
}

div.main strong {
	font-weight: bold;
}

div.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
