/* Styles for ALL products */
.product div {
	width: 625px;
	text-align: left;
	margin-right: 5px;
}

.product div.celebrities, .product div.knottyboy {
	margin-right: 0;
}

.product table {
	width: 100%;
}

.product img {
	border: 0px;
}

.product td.image {
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 8px;
	font-size: 1px;
	line-height: 1px;
}

.product td, .product input, .product select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.product td {
	font-size: .8em;
}

td.space {
	font-size: 2px;
	line-height: 2px;
	height: 10px;
	width: 10px;
}

td.fivespace {
	width: 5px;
	background-color: #fff;
}

.product select {
	width: 100%;
	color: #666;
	font-size: 1em;
}

.product input {
	font-size: 1em;
}

.product input.button {
	margin-top: 2px;
	border: 0px #fff solid;
}

.product td.heading {
	padding-bottom: 3px;
}

h2 {
	font-size: 1.6em;
	margin: 0;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	margin: 0;
}

.product td.heading h2 span, .product td.heading h3 span {
	color: #666;
}

.product td.shortdescription, .product td.longdescription {
	line-height: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}

.product td.shortdescription {
	height: 46px;
	
}

.product td.longdescription {
	height: 125px;
}

.product td.longdescription img {
	padding: 4px 4px 4px 0;
}

.product td.price {
	font-weight: normal;
	line-height: 1.2em;
	height: 1.2em;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
}

.product td.quantity, .product td.qtty {
	line-height: 1.2em;
	height: 1.2em;
	padding-bottom: 0px;
}

.product input.price {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;	
	width: 75px;
	text-align: left;
	border: 0px #fff solid;
	margin-bottom: 2px;
} 

.product input.quantity {
	width: 20px;
	text-align: center;
	border: 1px #666 solid;
	font-weight: bold;
} 

td.shadtr {
	background-image:  url(../img/shadtr.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 10px;
} 

td.shadmr {
	height: 100%;
	background-image:  url(../img/shadmr.gif);
	background-position: top left;
	background-repeat: repeat-y;
} 

td.shadbr, td.shadbm, td.shadbl, td.shadspace {
	line-height: 1px;
	font-size: 1px;
} 

td.shadbm {
	background-image:  url(../img/shadbm.gif);
	background-position: top left;
	background-repeat: repeat-x;
} 

td.shadtl {
	background-image:  url(../img/shadtl.gif);
	background-position: top left;
	background-repeat: no-repeat;
} 

td.shadbl {
	background-image:  url(../img/shadbm.gif);
	background-position: top left;
	background-repeat: repeat-x;
} 

.product td {
	border-style: solid;
	border-width: 0px;
}

.product td.heading, .product td.image {
	border-top-width: 1px;
}

.product td.image {
	border-right-width: 1px;
}

.product td.qtty, .product td.quantity, .product td.add, .product td.image, .product td.heading {
	border-bottom-width: 1px;
}

.product td.qtty, .product td.pleaseselect, .product td.variant, .product td.shortdescription, .product td.longdescription, .product td.heading {
	border-left-width: 1px;
	padding-left: 4px;
}
.product td.pleaseselect {
	font-size: .75em;
	padding-bottom: 2px;
}

.product td.heading {
	padding-top: 2px;
	padding-bottom: 4px;
}

.product td.admin {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.product div.asexinformation a, .product div.femaleinformation a, .product div.maleinformation a {
	font-weight: normal;
}

.product div.asexinformation td {
	font-size: .9em;
}

.product div.asexinformation, .product div.femaleinformation, .product div.maleinformation {
	font-size: .9em;
}

/* Asex Colours */
.product table.asex td, .product table.asex td {
	border-color: #AAA;
}

.product div.asexinformation a, .product table.asex td, .product table.asex input.price, .product table.asex a {
	color: #008080;
	text-decoration: none;
}

.product div.asexinformation a:hover, .product table.asex a:hover {
	color: #00C0C0;
	text-decoration: none;
}

.product table.asex td.shortdescription, .product table.asex td.longdescription, .product table.asex td.qtty {
	color: #008080;
}

/* Male Colours */
.product table.male td, .product table.male td {
	border-color: #6A83D4;
}

.product div.maleinformation a, .product table.male td, .product table.male input.price, .product table.male a {
	color: #6A83D4;
}

.product div.maleinformation a:hover, .product table.male a:hover {
	color: #A9B8E7;
}

.product table.male td.shortdescription, .product table.male td.longdescription, .product table.male td.qtty {
	color: #666;
}


/* Female Colours */
.product table.female, .product table.female td {
	border-color: #DB03C4;
}

.product div.femaleinformation a, .product table.female td, .product table.female input.price, .product table.female a {
	color: #DB03C4;
}

.product div.femaleinformation a:hover, .product table.female a:hover {
	color: #FF8BF5;
}

.product table.female td.shortdescription, .product table.female td.longdescription, .product table.female td.qtty {
	color: #FF05EA;
}

