body, input, td {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #0f0f0f;
}

html, body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	height: 100%;
}

table, img {
	border: none;
}

form {
	margin: 0px;
}

input.text,
input.spinField,
textarea.text,
select {
	border: 1px solid #c7295e;
}

input.spinField {
	text-align: center;
	height: 17px;
	font-size: 10pt;
}

input.check,
label.check {
	border: none;
	vertical-align: middle;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.textRed {
	color: red;
}

.textBold {
	font-weight: bold;
}

.hidden {
	display: none;
}

.inline {
	display: inline;
}

.paddingLeft20 {
	padding-left: 20px;
}

a:link,
a:visited {
	color: #da0f53;
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration: none;
}

a.category:link,
a.category:visited {
	text-decoration: none;
}

div.categoryLinkLeft {
	display: inline;
	float: left;
	text-align: left;
}
div.categoryLinkRight {
	display: inline;
}

a.glass {
	padding-left: 25px;
	background: transparent url(../images/glass.gif) no-repeat 5px center;
	line-height: 20px;
}

h1, h4 {
	color: #da0f53;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	color: #da0f53;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #da0f53;
}

/*
	common styles
*/
table.container {
	height: 100%;
}

td.container {
	vertical-align: top;
	height: 95%;
}

.spc {
	width: 1px;
	height: 1px;
}

/* 
	Header styles 
*/
td.logo {
	height: 112px;
}

.head {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-color: #c7295e;
	color: #ffffff;
	height: 112px;
}

.headMenu {
	vertical-align: top;
	text-align: right;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 14px;
}

input.fastSearchInput {
	border: 1px solid #c7295e;
	padding-left: 3px;
	width: 130px;
	color: #c7295e;
}

div.subhead {
	height: 30px;
	background-image: url(../images/search_bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 12px;
	background-color: #b11c8a;
}

div.subhead td {
	color: #ffffff;
	font-weight: bold;
}

div.subhead a:link,
div.subhead a:visited {
	font-weight: bold;
	color: #ffffff;
}

/* 
	Menu styles 
*/
.menuRectangle {
	margin-bottom: 20px;
	width: 182px;
}

.vertMenuColumn {
	padding-left: 14px;
	padding-right: 14px;
}

.menuTitle {
	text-align: left;
	padding-left: 12px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

.menuTitle a:link,
.menuTitle a:visited {
	color: #ffffff;
}

.menuScroll {
	text-align: right;
	padding-right: 7px;
}

.menuTitleBox {
	border-top: #c7295e 1px solid;
	border-left: #c7295e 1px solid;
	border-right: #c7295e 1px solid;
	background-color: #c7295e;
	background-image: url(../images/menu_title_bg.gif);
	height: 24px;
}

.menuBox {
	border: #c7295e 1px solid;
	background-color: #ffffff;
	background-image: url(../images/menu_box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 12px 10px 20px 10px;
}

.mainSpace {
	padding-right: 14px;
}


/*
 dialog styles
*/
.dialogBorder {
	border: #c7295e 1px solid;
}
.dialogTitle {
	color: #ffffff;
	font-weight: bold;
	height: 24px;
	padding-left: 10px;
}
.dialogTitleBg {
	background-color: #c7295e;
	background-image: url(../images/dialog_title_bg.gif);
	border-bottom: #c7295e 1px solid;
}
.dialogContent {
	padding: 12px 14px 25px 14px;
	font-size: 12px;
	line-height: 135%;
}

div.simpleBlock {
	border: #c7295e 1px solid;
	padding: 5px;
}


/*
	button styles
*/
.button {
	cursor: pointer;
}
.buttonTitle {
	font-weight: bold;
	font-size: 11px;
	color: #9f1040;
	padding-left: 2px;
	padding-right: 5px;
	background-image: url(../images/butbg.gif);
	padding-bottom: 2px;
}
.buttonTitleDis {
	font-weight: bold;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 5px;
	background-image: url(../images/but_disbg.gif);
	padding-bottom: 2px;
	cursor: default;
	color: gray;
}
.buttonSideLeft {
	width: 9px;
	height: 20px;
	padding: 0;
	margin: 0;
}
.buttonSideRight {
	width: 20px;
	height: 20px;
}

.simpleButtonTitle {
	padding-bottom: 1px;
}
.simpleButtonImg {
	padding-left: 3px;
}
a.simpleButton:link,
a.simpleButton:visited {
	font-weight: bold;
	color: #da0f53;
	text-decoration: none;
}

table.incartButton td {
	padding: 5px 10px;
	background-color: #c7295e;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

table.wishButton td {
	padding: 5px 10px;
	background-color: #c7295e;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

/*
	table styles
*/
table.simpleTable {
	border: none;
}

table.simpleTable .header {
	background-color: #c7295e;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 5px;
	text-align: center;
	height: 18px;
}

table.simpleTable .row {
	padding: 4px 8px;
	height: 18px;
}

table.simpleTable .darkRow {
	background-color: #fad7e4;
	padding: 4px 8px;
	height: 18px;
}

/*
	footer styles
*/
.footer {
	border-top: #c7295e 1px solid;
	background-image: url(../images/bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
	height: 35px;
	text-align: center;
	background-color: #c7295e;
}

.footer td {
	color: #ffffff;
}

.footerLine {
	background-color: #c7295e;
}

a.footerLink:link,
a.footerLink:visited {
	font-weight: bold;
	color: #ffffff;
}

/*a.footerLink:hover,
a.footerLink:active {
	color: #60bf25;
}*/

/*
	votes styles 
*/
.voteLine {
	background-color: #c7295e;
	border: 1px solid #c7295e;
}

.prodDescr {
	font-size: 12px;
	line-height: 135%;
}

/*
	window side
*/
.winSide {
	width: 5px;
	height: 21px;
}
.winTitle {
	white-space: nowrap;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
	width: 100%;
	text-align: left;
}
.winIcon {
	width: 15px;
	height: 21px;
}
.winIconBox {
	padding-left: 2px;
}
.winClose {
	width: 16px;
	height: 21px;
	cursor: pointer;
}

table.winInfo {
	background-image: url(../images/win_inf_bg.gif);
	background-repeat: repeat-x;
}
.winInfBox {
	border: #bad6e9 1px solid;
	background-color: white;
}
.winInfBoxText {
	font-size: 11px;
	color: #08638d;
	padding: 10px 10px 18px 8px;
	text-align: left;
}
table.winErr {
	background-image: url(../images/win_err_bg.gif);
	background-repeat: repeat-x;
}
.winErrBox {
	border: #e9bcba 1px solid;
	background-color:white;
}
.winErrBoxText {
	font-size: 11px;
	color: #bd3334;
	padding: 10px 10px 18px 8px;
	text-align: left;
}

/* 
	Products list
*/
.priceVal {
	color: #9f1040;
	font-weight: bold;
}

.featuredPrice {
	font-size: 10pt;
	font-weight: bold;
}

.newestDate {
}

div.productThumb {
	float: center;
	text-align: center;
	margin: 10px;
}

img.productThumb {
	border: none;
}

a.prodName:link,
a.prodName:visited {
	font-size: 14px;
	text-decoration: none;
}

a.prodName:hover,
a.prodName:active {
	text-decoration: underline;
}


/*
	Pager styles
*/
.pager {
	height: 26px;
	float: left;
	padding-left: 20px;
}

.pagerLinkActive {
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

.pagerLinkInactive {
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

.pagerText {
	float: right;
	font-weight: bold;
}

/* cart box styles */
.cartBox {
	width: 182px;
	z-index: 80;
}

#msgsBlock {
	zmargin: 12px;
	z-index: 1000;
	right: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
