/* --CSS By Jeremy Noa www.nightglass.com--
--Made with CSSEdit www.macrabbit.com--
--Lights and Cameras.com-- */

body {
	background-color: #CCC;
	margin-top: 0px;
	color: #000;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#container {
	background-color: #FFF;
	color: #000;
	border: 4px solid #757575;
	border-top: 0px;
	position: relative;
	width: 810px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

h4 {
	margin: 0px;
}

/* @group Navigation */

#header {
	height: 69px;
	width: 810px;
	font-size: 13px;
	font-weight: bold;
	background: url('../images/header.jpg') no-repeat top center;
}

#header ul {
	margin: 0px;
	list-style: none;
	margin-right: 20px;
}

#header li {
	float: right;
	margin-top: 38px;
	padding-left: 11px;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

#header a {
	float: none;
}

/* End IE5-Mac hack */

#header a {
	float: left;
	display: block;
	padding-top: 9px;
	padding-right: 13px;
	padding-bottom: 6px;
	text-decoration: none;
	color: #FFF;
}

#header a:hover {
	color: #CCC;
}

#header #current {
	background: url("../images/left_nav.jpg") no-repeat top left;
}

#header #current a {
	background: url("../images/right_nav.jpg") no-repeat top right;
	color: #FFF;
}

/* @end */

#right_bg {
	position: relative;
	width: 178px;
	height: auto;
	background: #CCC url(../images/right_bg.jpg) no-repeat right top;
	margin-top: 5px;
	margin-right: 2px;
	font-size: 12px;
	float: right;
	padding-top: 20px;
}

#right_bg_content {
	padding-left: 8px;
}

#right_bg h3 {
	color: #0066cb;
	font-size: 16px;
	margin: 2px;
}

#right_bg a {
	font-weight: bolder;
	color: #CC0000;
	text-decoration: none;
}

#right_bg a:hover {
	color: #980d15;
}

#right_bg input {
	width: 150px;
	border: 1px solid #000;
	margin-bottom: 5px;
}

#right_bg #button {
	width: 150px;
	color: #FFF;
	font-weight: bold;
	background: #CC0000;
}

#content {
	position: relative;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 13px;
}

#inner_content {
	width: 580px;
	padding-top: 8px;
}

#inner_content h1 {
	margin: 0px;
	color: #0066cb;
}

#inner_content h1 a {
	margin: 0px;
	color: #0066cb;
	text-decoration: none;
}

#inner_content h1 a:hover {
	margin: 0px;
	color: #33CCFF;
	text-decoration: none;
}

#center {
	margin-top: 0px;
	margin-left: 2px;
	font-size: 13px;
	width: 482px;
	height: 346px;
	color: #FFF;
}
#welcome {
	width: 616px;
	margin-top: 32px;
	margin-left: 4px;
}
#welcome img { 
	padding: 3px;
}

/* @group Products Page */

.product {
	height: 150px;
	padding-top: 20px;
	padding-bottom: 8px;
	border-bottom: 2px dotted #CCC;
}

.product_preview {
	float: left;
	height: 148px;
	width: 175px;
	padding-left: 10px;
	padding-top: 0px;
}

.product_preview_img {
	padding-left: 18px;
	padding-top: 3px;
}

.product_info {
	width: 385px;
	height: 145px;
	float: right;
	margin-right: -12px;
}

.product_info h3 {
	margin: 0px;
}

.product_info h3 a {
	color: #0066cb;
	font-weight: bolder;
	text-decoration: none;
}

.product_info h3 a:hover {
	color: #32ccfe;
}

.product_info blockquote {
	margin-top: 3px;
	margin-left: 10px;
	margin-bottom: 6px;
	color: #f09c05;
	font-weight: bolder;
}

.product_info a {
	font-weight: bold;
	color: #980d15;
	text-decoration: none;
}

.product_info a:hover {
	color: #ff1a28;
}
.category {
	font-size: 17px;
	color: #0066cb;
	margin-left: 5px;
	margin-bottom: 8px;
}

/* @end */

/* Product Previews */

#product_view h2 {
	margin-top: 8px;
	margin-left: 30px;
	color: #2bb7e4;
	font-size: 17px;
}

#product_view_content {
	margin-left: 30px;
	width: 520px;
}

#buy_buttons {
	width: 133px;
	float: right;
}

#buy_buttons h4 {
	margin-top: 10px;
}

#buy_buttons_dvd a {
	width: 133px;
	height: 19px;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 13px;
	background: url(../images/buy/dvd.jpg) top no-repeat;
	display: block;
	text-align: right;
	font-weight: bold;
	color: #FFF;
}

#buy_buttons_dvd a:hover {
	font-weight: bold;
	background: url(../images/buy/dvd.jpg) bottom no-repeat;
	color: #039;
}

#buy_buttons_ipod a {
	width: 133px;
	height: 19px;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 13px;
	background: url(../images/buy/ipod.jpg) top no-repeat;
	display: block;
	text-align: right;
	font-weight: bold;
	color: #FFF;
}

#buy_buttons_ipod a:hover {
	font-weight: bold;
	background: url(../images/buy/ipod.jpg) bottom no-repeat;
	color: #039;
}

#buy_buttons_phone a {
	width: 133px;
	height: 19px;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 13px;
	background: url(../images/buy/phone.jpg) top no-repeat;
	display: block;
	text-align: right;
	font-weight: bold;
	color: #FFF;
}

#buy_buttons_phone a:hover {
	font-weight: bold;
	background: url(../images/buy/phone.jpg) bottom no-repeat;
	color: #039;
}
#buy_buttons_other a {
	width: 133px;
	height: 19px;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 13px;
	background: url(../images/buy/other.jpg) top no-repeat;
	display: block;
	text-align: right;
	font-weight: bold;
	color: #FFF;
}

#buy_buttons_other a:hover {
	font-weight: bold;
	background: url(../images/buy/other.jpg) bottom no-repeat;
	color: #039;
}
#product_view_content h4 {
	font-size: 13px;
	margin-left: 60px;
	margin-top: 0px;
	color: #0066cb;
}

#product_view_content h3 {
	font-size: 13px;
	margin-top: 0px;
	color: #f8a000;
}

#product_view_content ul {
	list-style-type: circle;
}

/* @group Footer */
#footer {
	height: 15px;
	width: 800px;
	margin-top: 5px;
	padding-top: 1px;
	padding-bottom: 12px;
	padding-left: 12px;
	background: url(../images/footer.jpg) center top no-repeat;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #CCC;
}

/* @end */


.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
.quickquoteform {
	background: url(../images/sendformbg.png) no-repeat;
	width: 288px;
	height: 250px;
	padding: 6px;
	position: absolute;
	text-align: center;
	color: #fff;
}
.quickquoteform p.pleft { text-align: left; }
.quickquoteform a { color: #fff; }
.quickquoteform a:hover { color: #ccc; }


ul#tabnav {
	text-align: left;
	margin: 1em 0 1em 0;
	border-bottom: 1px solid #9f9f9f;
	list-style-type: none;
	padding: 3px 10px 3px 10px;
}

ul#tabnav li {
	display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 {
	border-bottom: 3px solid #fff;
	background-color: #fff;
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	position: relative;
	top: 1px;
	padding-top: 4px;
}

ul#tabnav li a {
	font-size: 15px;
	padding: 3px 4px;
	border: 1px solid #9f9f9f;
	background-color: #d0e7ff;
	color: #333333;
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}

ul#tabnav a:hover {
	background: #e1f0ff;
}