body {
	margin: 0px;
	padding: 0px;
	line-height: 140%;
	background: url('../images/bg.gif');
}

label {
	vertical-align: middle;
}

td {
	font-family: tahoma;
	font-size: 12px;
	line-height: 140%;
}

th {
	background: #FCF1DB;
	color: #BD0101;
	font-size: 14px;
}

td.margin {
	padding: 0px 19px 15px 19px;
}

td.adsMargin {
	padding: 0px 19px 0px 19px;
}

h1 {
	font-size:23px;
	margin: 3px 0px 3px 0px;
}

h3 {
	font-size:13px;
}

a div.mainButton {
	background: url('../images/circle1.gif') center no-repeat;
	height: 69px;
	cursor: pointer;
}

a:hover div.mainButton {
	background: url('../images/circle2.gif') center no-repeat;
}

a div.mainButton div {
	padding-top: 22px;
	margin: 0px 0px 0px -5px;
}

.header {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	background: url('../images/line1.gif') left bottom no-repeat;
}

.contentShell {
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

table.header2 {
	background: url('../images/header-back.gif') left top repeat-x;
}

table.header2 td.head {
	width: 20px;
}

table.header2 td.body {
	font-family: sans-serif;
	vertical-align: top;
	padding-top: 14px;
	height: 53px;
	padding-right: 60px;
	background: url('../images/header-tail.gif') right top no-repeat;
	vertical-align: top;
}

table.header2 td.body h2 {
	font-size: 20px;
	color: #575757;
	font-weight: bold;
}

table.header2 td.body2 {
	font-family: sans-serif;
	vertical-align: top;
	height: 53px;
	background: url('../images/header-tail.gif') right top no-repeat;
	vertical-align: top;
}

table.header2 td.body2 h2 {
	font-size: 17px;
	color: #575757;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 60px;
}

input {
	height: 21px;
	font-family: tahoma;
	font-size: 12px;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	padding: 0px 3px 0px 3px;
}

input.radio {
	height: 21px;
	font-family: tahoma;
	font-size: 12px;
	vertical-align: middle;
	border: 0px;
	padding: 0px 3px 0px 3px;
}

textarea {
	height: 97px;
	border-style: solid;
	border-width: 1px;
	font-family: tahoma;
	font-size: 12px;
	overflow: auto;
	padding: 0px 3px 0px 3px;
}

select {
	height: 21px;
	font-family: tahoma;
	font-size: 13px;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
}

a {
	color: #3F769D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.l2 {
	color: #E9A719;
	text-decoration: none;
}

a.l2:hover {
	text-decoration: underline;
}

a.l3 {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.l3:hover {
	text-decoration: underline;
}

a.l4 {
	color: #BD0101;
	font-weight: bold;
	text-decoration: none;
}

a.l4:hover {
	text-decoration: underline;
}

a.buyButton {
	text-decoration: none;
}

a.buyButton img {
	background: url('../images/buy.gif') top left no-repeat;
	width:48px;
	height:22px;
	padding:0px;
	margin:0px;
}

a.buyButton:hover img {
	background: url('../images/buy2.gif') top left no-repeat;
}

.c1 {
	color: #3F769D;
}

.c2 {
	color: #E9A719;
}

.c3 {
	color: #FFFFFF;
}

.highlight {
	color: #BD0101;
	background: #FCF1DB;
}

.line1 {
	background: url('../images/line2.gif') center repeat-x;
	height: 5px;
}

.bullet1 {
	background: url('../images/bullet1.gif') center left no-repeat;
	padding-left: 17px;
	vertical-align: middle;
}

.bullet2 {
	background: url('../images/bullet2.gif') center left no-repeat;
	padding-left: 17px;
	vertical-align: middle;
}

/* PASSWORD STRENGTH */
.pass_bar_base {
	float: left;
	height: 5px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.pass_bar {
	background-color: #FFFFFF;
	width: 100px;
	height: 5px;
	border: 1px solid #CACACA;
	margin: 0;
	padding: 0;
}

.pass_bar_0 {
	width: 0;
	background-color: #EA0000;
	height: 5px;
	margin: 0;
	padding: 0;
}

.pass_bar_10 {
	width: 10px;
	background-color: #EA0000;
	height: 5px;
	margin: 0;
	padding: 0;
}

.pass_bar_20 {
	width: 20px;
	background-color: #EA0000;
	height: 5px;
	margin: 0;
	padding: 0;
}

.pass_bar_30 {
	width: 30px;
	background-color: #FC0;
}

.pass_bar_40 {
	width: 40px;
	background-color: #FC0;
}

.pass_bar_50 {
	width: 50px;
	background-color: #0C3;
}

.pass_bar_60 {
	width: 60px;
	background-color: #0C3;
}

.pass_bar_70 {
	width: 70px;
	background-color: #0062C7;
}

.pass_bar_80 {
	width: 80px;
	background-color: #0062C7;
}

.pass_bar_90 {
	width: 90px;
	background-color: #0062C7;
}

.pass_bar_100 {
	width: 100px;
	background-color: #0062C7;
}

.errorBack {
	background-color: #FF0000;
	border: 1px solid #FFFFFF;
}

tr.error {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

.infoBack {
	background-color: #0600FF;
	border: 1px solid #FFFFFF;
}

tr.info {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

.outOfStock {
	color: #FF0000;
	font-weight: bold;
}

.link_product {
	color : #5F5F5F;
	text-decoration: none;
	font-weight: normal;
}

a.link_product:hover {
	text-decoration: underline;
}