/**********************************************************/
/**********************************************************/
#fatList
{
   width:625px;
   margin-left: 2px;
   text-align: left;
}

#fatList a
{
   text-decoration:none;
}

#fatList .list1
{
   background-color: #a4bdd5;
}

#fatList .list2
{
   background-color: #7fa0c2;
   background-color: #a4bdd5;
}

#fatList #button
{
   width:125px;
   height:15px;
   color:#fff;
   border: 1px solid #fff;
   margin:0;
   padding-top:3px;
   text-align:center;
   background-color:#7092b6;
   cursor:pointer;
}

/*********************************************************/
div.canvas{
	/* the container */
	width:649px !important;
	width:639px;
	padding:10px;
	border:1px solid #2a2840;
	background:#fff;
	margin: auto;
        text-align: left;
}
div.emptyCanvas{
   height: 600px;
}

#subscribeHeader{
	/* the logo and banner container */
	height:84px;
	x-background:url(/images/subs_head.jpg) no-repeat 120px 0;
}

#winewalkHeader{
	/* the logo and banner container */
	height:84px;
/*	background:url(/images/winewalk_head.jpg) no-repeat 115px 0;*/
/*	background:url(/images/WW2012_head.jpg) no-repeat 115px 0;*/
}

#giftAMagazineHeader {
	/* the logo and banner container */
	height:84px;
	background:url(/images/gift-magazine-banner.jpg) no-repeat 115px 0;
}


#subscribe{
	/* This is a H1 tag! */
	background:url(/images/title_shade.jpg) center no-repeat;
	text-align:center;
	height:31px !important;
	height:21px;
	width:645px;
	padding-top:5px !important;
	padding-top:5px;
	line-height:18px;
	margin:2px 0 15px 0;
	font-size:14px;
	color:#000;
	border:none;
}

#productItems {
   margin:5px 0 0 50px;
}

#productItems div{
   margin:5px 0;
   font-weight: bold;
	padding:10px 5px;
}

#productItems .selectedProduct {
   background-color:#EFEFEF;
}

#couponError {
   margin:5px 0;
   color:red;
}


#banner_content{
	/* where we keep all the banner content */
	/*width:473px;*/
	padding:0;
	margin:0;
	float:left;
	clear:none;
	text-align:center;
}

#banner_content p{
	padding:15px 20px;
	font-size:14px;
	text-align:left;
}

#banner_content .banner_smallprint{
	text-align:left;
	font-weight:bold;
	font-size:13px;
	margin:0;
	padding:20px;
}

.required{
	/* required field text */
	font-style:italic;
	color:#333;
}

.requiredStar {
    width:10px;
    font-size: 10px;
    color: #FF001D;
    font-weight: bold;
    vertical-align: top;
    padding:1px;
    vertical-align:top;
}



/**********************************************************/
#subscribeForm{
   border:0px solid #fff;
}

#subscribeForm td{
   padding:8px;
   padding-left:0px;
   vertical-align: top;
}

#subscribeForm .formTitle, .formTitle{
   font-size: 14px;
   font-weight: bold;
}

#subscribeForm .formFieldLabel{
   font-size: 10px;
   font-weight: bold;
   padding-left:50px;
}

#subscribeForm .formFieldValue{
   font-size: 12px;
}

#subscribeForm .formInputBox{
   width:250px;
}

#subscribeForm .formInputCountryCode{
   width:30px;
}

#subscribeForm .formInputBoxSmall{
   width:210px;
}

#subscribeForm .formSmallText{
   font-size: 10px;
}

#subscribeForm .submit{
   float:right;
   margin-right:5px
}

#subscribeForm .headingText{
   font-size: 12px;
   color: #FF001D;
   font-weight: bold;
	width:100%;
	border-top:none;
	border-bottom:1px dashed #ccc;
	border-left:none;
	border-right:none;
}

#subscribeForm hr{
	/* This is a HR! */
	width:100%;
	border-top:none;
	border-bottom:1px dashed #ccc;
	border-left:none;
	border-right:none;
	color:#fff;
}

#subscribeText{
   color: #000;
	width:100%;
	height: 600px;
   border:0px solid #fff;
}

#subscribeText .headingText{
   font-size: 12px;
   color: #FF001D;
   font-weight: bold;
	width:100%;
	text-align:center;
	vertical-align:middle;
}
/**********************************************************/
#cartTable{
   width: 90%;
   margin:auto;
}

#cartTable td{
   color: #000000;
   vertical-align:top;
   border: 1px solid #666666;
   padding:5px;
}

#cartTable td.noBorder{
   border: 0px solid #cccccc;
}

#cartTable .headerRow{
   font-size: 12px;
   font-weight: bold;
}

#cartTable .textBold {
   font-weight: bold;
}

/********************** STYLISH BUTTON ******************************/
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
   overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
   width: 100%;
}

a.squarebutton {
   background: transparent url('/images/square-gray-left.gif') no-repeat top left;
   display: block;
   float: left;
   font: normal 12px Arial; /* Change 12px as desired */
   line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
   height: 23px; /* Height of button background height */
   padding-left: 9px; /* Width of left menu image */
   text-decoration: none;
}

a:link.squarebutton,
a:visited.squarebutton,
a:active.squarebutton
{
   color: #494949; /*button text color*/
}

a.squarebutton span
{
   background: transparent url('/images/square-gray-right.gif') no-repeat top right;
   display: block;
   padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover
{ /* Hover state CSS */
   background-position: bottom left;
}

a.squarebutton:hover span
{ /* Hover state CSS */
   background-position: bottom right;
   color: black;
}