/* Contact Form */

form table {
	font-size: 10px !important;
	}

form table td {
	padding: 3px 5px 3px 0;
	vertical-align: middle;
	}

form label {
	display: block;
	text-align: right !important;
	cursor: pointer;
	}	

form .radio label {
	display: block;
	float: left;
	margin-left: 3px;
	line-height: 20px;
	}

form .radio input {
	display: block;
	float: left;
	}


form *.required {
	color: #CC0000 !important;
	}

form .input input {
	width: 200px; padding: 2px;	
	font-size: 10px; color: #6c665b; font-family: Verdana, Tahoma, Helvetica;
	background: #f6f3ee;
	border: 1px solid #d3d0cb;
	}

form .textarea textarea {
	width: 200px; height: 5em; padding: 2px;
	font-size: 10px; color: #6c665b; font-family: Verdana, Tahoma, Helvetica;
	background: #f6f3ee;
	border: 1px solid #d3d0cb;
	}
	
form .select select {
	width: 206px; padding: 2px;
	font-size: 10px; color: #6c665b; font-family: Verdana, Tahoma, Helvetica;
	background: #f6f3ee;
	border: 1px solid #d3d0cb;
	}	

form .select option {
	width: 200px; padding-left: 2px;
	font-size: 10px; color: #6c665b; font-family: Verdana, Tahoma, Helvetica;
	background: #f6f3ee;
	border: 1px solid #d3d0cb;
	}

form input.submit, form input.clear {
	float: left; width: auto !important; margin-right: 5px; padding: 2px;
	color: #CC0000; font-weight: bold; text-transform: uppercase; font-size: 9px !important; font-family: Verdana, Tahoma, Helvetica;
	background: #fff;
	cursor: pointer;
	border: 1px solid #d3d0cb;
	}

form input:hover.submit, form input:hover.clear {
	border-color: #CC0000;
	}

/* Generic Form */

table.catSelect {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 10px;
	border: 1px solid #d3d0cb;
	padding: 2px;
	margin-bottom: 1em;
	background: #dfdad0;
	}

.catSelect td {
	padding: 1px;
	}
	
.catSelect td.label {
	text-transform: uppercase;
	padding-left: 3px;
	}
	
.catSelect td.select {
	width: 55%;
	text-align: right;
	}
	
.catSelect td.select option {
	padding-bottom: 2px; padding-left: 4px;
	vertical-align: middle;
	}	

.catSelect td.select select {
	width: 100%; line-height: 20px;
	font-size: 10px; color: #6c665b; font-family: Verdana, Tahoma, Helvetica;
	background: #fff;
	border: 1px solid #d3d0cb;
	width: 200px;
	}	
	
/* Wish List */

div.wishlistItem {
	position: relative; display: block; clear: both;
	width: 313px; height: auto; margin-bottom: 10px; padding: 5px;
	font-size: 10px;
	border-style: dashed;
	border-color: #dfdad0;
	border-width: 0 0 1px 0;
	}

.leftContent div.wishlistItem {
	float: left;
	width: 323px;
	padding: 0;
	border-style: solid;
	border-width: 1px;
	background: #f6f3ee;
	} 

	div.wishlistItem a.toggleDetail, .rightContent div.wishlistItem a {
		text-decoration: none; margin: 0;
		}
	
	div.wishlistItem a:hover.toggleDetail {
		text-decoration: underline; margin: 0;
		}
		
	div.wishlistItem .addWishlist {
		position: relative; display: block; float:right; z-index: 50;
		width: 109px; height: 21px;
	}

	div.wishlistItem div.intro {
		position: relative; display: block; float:left; z-index: 50;
		width: 225px; min-height: 57px; height: auto;
		padding: 10px;
		background:#fdfcfa;
		border-right: 1px solid #dfdad0;
		}
		
	* html div.wishlistItem div.intro {
		height: 57px;
		}	
	
		.leftContent div.intro p {
			position: relative; display: block;
			font-size: 10px !important; line-height: 11px !important; margin: 0;
			}
		
		.leftContent div.intro .title {	
			font-weight: bold; text-transform: capitalize !important;
			color: #CC0000; display: block;
			}
		
	div.wishlistItem .thumbnail {
		position: relative; display: block; float:right; z-index: 100;
		width: 77px; height: 77px;
		}

		div.wishlistItem .thumbnail a {
			position: absolute; display: block;
			width: 67px; height: 67px;
			left: 5px; top: 5px;
			background: transparent top left no-repeat url(../images/imagestrip/overlay-dark.png);
			}

		
		div.wishlistItem .thumbnail img {
			position: absolute; display:block;
			width: 67px; height: 67px;
			left: 5px; top: 5px; border: 0;
			}
			
	div.wishlistItem div.detail {
		position: relative; display: block; float: left; clear: both;
		width: 303px; height: auto; padding: 10px;
		background: #ffffff;
		border-style: solid;
		border-color: #dfdad0;
		border-width: 1px 0 0 0;
		color:#969084;
		}

div.wishlistItem input {
	width: 20px; padding: 3px; text-align: center;
	font-size: 10px; color: #6c665b; font-family: Verdana, Tahoma, Helvetica;
	background: #f6f3ee;
	border: 1px solid #d3d0cb;
	margin-right: 8px;
	}
	
/* ImageBox */

#ImageBoxOverlay {
	background-color: #000;
	}

#ImageBoxClose {
	border: 0 !important;
	outline: none !important;
	}
	
#ImageBoxClose img {
	border: 0 !important;
	}	

#ImageBoxCaption {
	background-color: #fff;
	font-size: 10px !important;
	color: #696968 !important;
	}

#ImageBoxContainer {
	width: 250px;
	height: 250px;
	background-color: #fff;
	}
	
#ImageBoxCaptionText {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 10px !important;
	color: #696968 !important;
	}
	
#ImageBoxCaptionImages {
	margin: 0;
	}
	
#ImageBoxNextImage {
	background-image: url(../images/imagebox/nextlabel.gif) !important;
	background-color: transparent;
	background-repeat:	no-repeat;
	background-position: right top;
	outline: none !important;	
	}
	
#ImageBoxPrevImage {
	background-image: url(../images/imagebox/prevlabel.gif) !important;
	background-color: transparent;
	background-repeat:	no-repeat;
	background-position: left top;
	outline: none !important;
	}
	
#ImageBoxNextImage:hover {

	}
	
#ImageBoxPrevImage:hover {

	}
	
/* Generic */

img.fR {
	float: right;
	display: block;
	background: white;
	padding: 2px;
	border: 1px solid #c4bba9;
	margin: 0 0 5px 10px;
	clear: both;
	}

img.fL {
	float: left;
	background: white;
	padding: 2px;
	border: 1px solid #c4bba9;
	margin-right: 0 10px 5px 0;
	display: block;
	clear: both;
	}	