/* CSS Document For Page Layout */


/*************************************************** MISC. *****/
*{
	margin: 0;
	padding: 0;
}

body,html{
	padding: 0;
	margin: 0;
	background-image: url(../images/bgtile.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

.clear{
	clear: both;
}

.outercontainer{
	min-height: 100%;
	width: 955px;
	margin: 0 auto 0 auto;
}

.contentcontainer{
	width: 801px;
	margin: 0 auto 0 auto;
}


/************************************************** HEADER *****/
.header{
	height: 101px;
	background: transparent url(../images/logo.gif) no-repeat top center;
}

.headerleft{
	float: left;
	width: 450px;
	height: 70px;
}

.headerleft img{
	border: 0px;
}

/************************************************ Minicart *****/
.minicart{
	position: absolute;
	width: 250px;
	height: 30px;
	overflow: hidden;
	margin: 0px 0 0 700px;
	border-right: solid #ffffff 1px;
	border-left: solid #ffffff 1px;
}

.minicarttestmode{
	position: absolute;
	width: 250px;
	height: 30px;
	overflow: hidden;
	margin: 0px 0 0 700px;
	border-right: solid #ffffff 1px;
	border-left: solid #ffffff 1px;
}

.minicart:hover{
	overflow: visible;
	min-height: 150px;
	background-color: #ffffff;
	border-right: solid #e5e5e5 1px;
	border-bottom: solid #e5e5e5 1px;
	border-left: solid #e5e5e5 1px;
}

.minicarttestmode:hover{
	overflow: visible;
	min-height: 150px;
	background-color: #ffffff;
	border-right: solid #e5e5e5 1px;
	border-bottom: solid #e5e5e5 1px;
	border-left: solid #e5e5e5 1px;
}

.minicarttitle{
	text-align: left;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 5px;
}

.minicartdata{
	margin: 5px;
}

.minicartline{
	margin: 5px 0 5px 0;
}

.minicarttotal{
	margin: 10px 0 10px 0;
	text-align: right;
}

.minicartcontrols{
	text-align: center;
}


/*********************************************** MAIN MENU *****/
.mainmenu{
	height: 80px;
	background: transparent url(../images/menubg.gif) no-repeat top center;
}

.mainmenu img{
	border: 0px;
}

.mainmenuacc{
	width: 733px;
	height: 33px;
	margin-left: 17px;
	text-align: right;
}

.mainmenuacc table td {
	padding-left: 8px;
}

.mainmenuacc table {
	float: right;
}

.mainmenunav{
	width: 752px;
	height: 38px;
	margin-left: 17px;
}

/***** Login Form ****/


/************************************************ SUB MENU *****/
.submenu{
	background: transparent url(../images/submenu.gif) no-repeat top left;
	height: 111px;
	width: 801px;
	color: #333333;
	font-weight: normal;
}

.submenubrands{
	float: left;
	width: 630px;
	margin-left: 37px !important;
	margin-left: 20px;
	margin-top: 50px;
}

/******************************************** MAIN CONTENT *****/
.maincontent{
	background: transparent url(../images/mainbg.gif) repeat-y top center;
}

.innermain {
	width: 719px;
	margin: 0 auto;
	padding-top: 25px;
}
			
/***** 4 column containers ****/

.col1{
	float: left;
	width: 587px;
}

.col2{
	float: right;
	width: 120px;
}

.col3{
	float: left;
	width: 375px;
	overflow: hidden;
}

.col4{
	float: right;
	width: 204px;
	text-align: center;
	color: #646464;
	overflow: hidden;
}

.pricing{
	
}

.currentprice{
	color: #2dc8c6;
	font-size: 35px;
	font-weight: bolder;
}

.productname{
	font-size: 22px;
	color: #000000;
	font-weight: bolder;
}

.productfeatures{
	width: 204px;
	margin: -3px 0 0 0;
	background-image:url(../images/pluckology_02.jpg);
	background-repeat: repeat-y;
}

.productfeatures p{
	margin: 0 15px 0 15px;
}

.qtyremaining{
	width: 100%;
}

.qtyremainingamount{
	font-weight: bolder;
	color: #FF0000;
}

.qtyremainingshield{
	width
}

.pluckbuddy{
	text-align: left;
	padding: 5px;
	background-color: #eeeeef;
	width: 100%;
}

/************************************************** FOOTER *****/
.footer{
	background: transparent url(../images/footer.gif) no-repeat top center;
	height: 46px;
	margin-bottom: 10px;
}

.copyright{
	margin: 0 0 0 37px;
	text-align: left;
	line-height: 46px;
}

/* Layout for product listings */
.tableview{
	width: 100%;
}

.tableview th{
	text-align: left;
	background-color: #666666;
	color: #ffffff;
	padding: 5px;
	border-bottom: solid #333333 1px;
}

.tablerow{
	margin: 0 0 5px 0;
}

.tablerow td{
	padding: 5px;
}

.tablerowon{
	background-color: #ffffff;
}

.quickship{
	float: right;
	width: 350px;
	min-height: 50px;
	border: solid #000000 1px;
	margin: 0 10px 0 0;
	background-color: #ffffff;
}

.quickshiptitle{
	margin: 0 0 5px 0;
}

.shippingoption{
	margin: 0 0 5px 0;
}

.shippingoptiontitle{
	float: left;
	width: 241px;
	margin: 0 10px 0 0;
	text-align: right;
}

.shippingoptioncost{
	float: left;
}

.cartlisting{
	margin: 10px 10px 10px 0;
	min-height: 100px;
}

.cartcontrols{
	text-align: right;
	margin: 50px 10px 0 0;
}

.promocontrol{
	float: left;
}

.basiccontrols{
	float: right;
}

.cartempty{
	text-align: center;
	margin: 50px 0 0 0;
}

.cartlistingrow{
	height: 25px;
	line-height: 25px;
	margin: 5px 0 0 0;
}

.cartlistitem{
	float: left;
	min-width: 40px;
	margin: 0 10px 0 0;
}

.alternaterow{
	background-color: #666666;
}

.promowindow{
	position: absolute;
	z-index: 100;
	text-align: center;
	background-color: #ffffff;
	border: solid #e5e5e5 1px;
	width: 235px;
	height: 100px;
	margin: -140px 0 0 -400px;
}

.promoform{
	margin: 5px;
}

.formcaptcha{
	margin: 0 0 10px 0;
}

.captchaimage{
	float: left;
	width: 150px;
	height: 50px;
	border: solid #000000 1px;
	margin: 5px 10px 0 0;
}

.captcharesponse{
	float: left;
	width: 88px;
}

.wishlistfriends{
	margin: 30px 0 0 0;
}

.wishlistfriendstitle{
	margin: 0 0 5px 0;
}

.wishlistfriendsform{
	margin: 5px 0 0 0;
}

.wishlistlist{
	width: 400px;
}

/* style for the checkout process*/
.checkoutarea{}

.checkoutsteps{
	margin: 0 0 10px 0;
}

.checkoutstep{
	float: left;
}

.formfirsthalf{
	float: left;
	width: 390px;
	margin: 0 10px 0 0;
}

.formsecondhalf{
	float: left;
	width: 389px;
	margin: 0;
}

.checkoutcontinue{
	text-align: right;
}

.checkoutlogin{
	width: 600px;
	margin: 0 0 20px 0;
}

.foundcards{
	margin: 10px 0 20px 0;
}

.cardtypes{
	float: left;
	height: 35px;
	line-height: 35px;
}

.showcardtypes{
	float: left;
}

.reviewdetails{
	margin: 20px 0 0 0;
	border-top: solid #000000 1px;
}

.reviewshippingdetails{
	float: left;
	width: 380px;
	margin: 10px 10px 0 0;
}

.reviewbillingdetails{
	float: left;
	width: 390px;
	margin: 10px 0 0 0;
}

.finalcheckout{
	margin: 20px 0 0 0;
	text-align: right;
}

/* FACEBOX STUFF */
#facebox .b {
  background:url(/images/facebox/b.png);
}

#facebox .tl {
  background:url(/images/facebox/tl.png);
}

#facebox .tr {
  background:url(/images/facebox/tr.png);
}

#facebox .bl {
  background:url(/images/facebox/bl.png);
}

#facebox .br {
  background:url(/images/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: left;
  margin: 50px 0 0 0;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
  background-color: #ffffff;
}

#facebox .body {
  padding: 10px;
  background-color: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .fbfooter {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  background-color: #ffffff;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 500;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

