/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/

.qmmc .qmdivider
{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
position:relative;
z-index:1;
}

.qmmc .qmdividery
{
float:left;
width:0px;
}

.qmmc .qmtitle
{
display:block;
cursor:default;
white-space:nowrap;
position:relative;
z-index:1;
}

.qmclear 
{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none !important;
}

.qmmc 
{
position:relative;
zoom:1;
z-index:10;
}

.qmmc a, .qmmc li 
{
float:left;
display:block;
white-space:nowrap;
position:relative;
z-index:1;
}

.qmmc div a, .qmmc ul a, .qmmc ul li 
{
float:none;
}

.qmsh div a 
{
float:left;
}

.qmmc div
{
visibility:hidden;
position:absolute;
}

.qmmc .qmcbox
{
cursor:default;
display:block;
position:relative;
z-index:1;
}

.qmmc .qmcbox a
{
display:inline;
}

.qmmc .qmcbox div
{
float:none;
position:static;
visibility:inherit;
left:auto;
}

.qmmc li 
{
z-index:auto;
}

.qmmc ul 
{
left:-10000px;
position:absolute;
z-index:10;
}

.qmmc, .qmmc ul 
{
list-style:none;
padding:0px;
margin:0px;
}

.qmmc li a 
{
float:none
}

.qmmc li:hover>ul
{
left:auto;
}

#qm0 ul 
{
top:100%;
}

#qm0 ul li:hover>ul
{
top:0px;
left:100%;
}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

	/* QuickMenu 0 */

	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:8px 4px 5px 5px;
		font-size: 13px;
		color:#ffffff;
		font-family:Arial;
		font-weight:bold;
		text-decoration:underline;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:8px;
		margin:-2px 0px 0px;
		background-color:#999999;
		border-width:1px;
		border-style:solid;
		border-color:#555555;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:0px 10px 3px 5px;
		background-color:transparent;
		font-size: 11px;
		font-weight:bold;
		border-width:0px;
		border-style:none;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:#666666;
		color:#ffffff;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background-color:#666666;
		color:#ffffff;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#666666;
		color:#ffffff;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		cursor:default;
		padding:2px 0px 3px 4px;
		color:#555555;
		font-family:arial;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:2px 0px;
		border-color:#777777;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:1px;
		height:35px;
		margin:0px 4px 0px;
		border-color:#9D5C9F;
	}
	

	/*"""""""" (main) Rounded Items""""""""*/	
	#qm0 .qmritem span	
	{	
		border-color:#555555;
		background-color:#777777;
	}


	/*"""""""" (main) Rounded Items Content""""""""*/	
	#qm0 .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}


	/*"""""""" (sub) Rounded Items""""""""*/	
	#qm0 div .qmritem span	
	{	
		border-color:#555555;
		background-color:#eeeeee;
	}


	/*"""""""" (sub) Rounded Items Content""""""""*/	
	#qm0 div .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a	
	{	
		background-color:#666666;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul	
	{	
		padding:8px;
		margin:-2px 0px 0px;
		background-color:#999999;
		border-width:1px;
		border-style:solid;
		border-color:#666666;
	}

/*"""""""" Body Tag Info """"""""*/	
	body.main{
		background-color: #FFFFFF;
		/* to center page */
		text-align: center; 
	}

	/* to center page */
	div#SetaContainer {
		margin-left: auto;
		margin-right: auto;
		width: 778px;
		text-align: left;
		
	}/* */
	
	td, body {
	font-family :  Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #555555;	
	}

	ul { 
	margin-left: 20px;
	padding-left: 0; 
	list-style: disc;
	}
	
/*"""""""" Left Navigation Container """"""""*/

	.LeftNav_ContainerTop{
	border-left: 1px solid; 
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color: #DDDDDD;
	background-color: #FFFFFF; 
	width: 181px;
	padding:0px 0px 0px 0px;
	margin-bottom: 10px;
    text-align:left;
    vertical-align:top;
	}
	
	.LeftNav_ContainerBtm{
	border-left: 1px solid; 
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color: #DDDDDD;
	background-color: #FFFFFF; 
	height: 9px;
	width: 176px;
	max-width: 176px;
	}
	
	.LeftNav_Header{
    color:#663366;
	background-color: #EFE6F2; 
	font-size: 14px;
	letter-spacing: -1px;
	font-weight:bold;
	padding:7px 0px 7px 7px;
    vertical-align:top;
	}
	
	.LeftNav_SubHeader{
	color:#914793;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color:#DDDDDD;
	BACKGROUND-IMAGE: url(/images/globalgraphics/greyback_flip.gif);
	BACKGROUND-POSITION: top left;
	BACKGROUND-REPEAT: repeat-x;
	background-color: #FFFFFF;
	padding:5px 0px 5px 10px;
	margin-bottom:5px;
    vertical-align:top;
	}	
	
	.LeftNav_Kickers{
	padding:9px 0px 2px 10px;
    vertical-align:top;
	}	
	
	.Select_LeftNav {
	padding: 0px 0px 0px 8px;
	}
	
	Select.LeftNav_Categories{
	width : 163px;
	color: #2C1B3A;
	font-size: 11px;
	}
	
	.LeftNav_Show {
	color: #C41C35;
	font-size: 9px;
	font-weight: bold;
	}
	
	.LeftNav_Spacer {
	padding-left: 16px;
	padding-right: 2px;
	padding-bottom: 5px;
	}
	
	A.Main {
	color:#452B5B;
	text-decoration:underline;
	}

	A.Main:visited {
	color:#452B5B;
	text-decoration:underline;
	}

	A.Main:hover {
	color:#452B5B;
	text-decoration:underline;
	}

	A.LeftNav {
	color:#452B5B;
	text-decoration:none;
	text-transform: capitalize;
	}

	A.LeftNav:visited {
	color:#452B5B;
	text-decoration:none;
	text-transform: capitalize;
	}

	A.LeftNav:hover {
	color:#452B5B;
	text-decoration:underline;
	text-transform: capitalize;
	}

	A.LeftNav_Alpha {
	color: #452B5B;
	text-decoration:none;
	text-transform: capitalize;
	}

	A.LeftNav_Alpha:visited {
	color: #452B5B;
	text-decoration:none;
	text-transform: capitalize;
	}

	A.LeftNav_Alpha:hover {
	color: #452B5B;
	text-decoration:underline;
	text-transform: capitalize;
	}
	
	.LeftNav_Alpha_Box {
    border: 1px solid;
	border-color: #DDDDDD;
	background-color: #FFFFFF;
	text-align: center;
	}	
	      
	div.select {
	height: 100px; 
	width:168px; 
	overflow: auto; 
	overflow-x: hidden; 
	overflow-y: auto; }

/*"""""""" Nav Header and Keyword Search """"""""*/	
	.navsearchbox{
	width : 625px;
	font-size: 15px;
	font-weight : bold;
	padding: 5px 5px 5px 5px;
	color: #999999;
	}
	
	.SearchText {
	padding: 0px 7px 0px 7px;
	font-weight : bold;	
	font-size: 15px;
	color:#663366;	
	 }
	
	.navheaderbg{
	width : 758px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	BACKGROUND-IMAGE: url(/images/globalgraphics/ROA_GradBack_Sm.gif);
	BACKGROUND-POSITION: bottom left;
	BACKGROUND-REPEAT: repeat-x;
	border-color: #663366;
	background-color: #853387;	
	padding: 0px 0px 0px 0px;
	}
	
	.searchheaderbg{
	width : 758px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color:#DDDDDD;
	background-color: #EFE6F2;
	padding: 5px 0px 5px 0px;	
	text-align: left;
	}
	
/*"""""""" Headlines and Containers """"""""*/
	
	.Red_Text{
	color: #CC0000;
	}
	
	.Red_Text_Alert{
	color: #CC0000;
	font-size: 18px;
	font-weight : bold;
	}
	
	.TextHeaders {
	color: #FFFFFF;
	font-size: 17px;
	text-transform:capitalize;
	font-weight : bold;
	padding: 0px 0px 0px 10px;
	}
	
	.Table_SubHeader{
	color:#452B5B;
	font-size: 12px;
	font-weight:bold;
	padding: 8px 0px 3px 0px;
    vertical-align:top;
	}	
	
	.Table_BigSubHeader{
	color:#663366;
	border: 1px solid;
	border-color: #DDDDDD;
	background-color: #EFE6F2; 
	font-size: 14px;
	letter-spacing: -1px;
	font-weight:bold;
	padding:7px 0px 7px 7px;
    vertical-align:top;
	}	
	
	.quantitybox{
	width : 50px;
	font-size: 11px;
	color: #452B5B;
	}
	
	.personalizebox{
	width : 230px;
	font-size: 11px;
	color: #452B5B;
	}

	.LrgHeader{
	color: #FFFFFF;
	font-size: 20px;
	font-family :  Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	font-weight : bold;
	text-align: left;
	padding: 12px 5px 12px 10px;
	width : 745px;
	border-bottom: #EFE6F2 4px solid;
	background-color: #B49BB4;
	margin-top: 10px;
	margin-bottom: 10px;
	}
		
	.SmHeader{
	color: #FFFFFF;
	font-size: 28px;
	font-family :  Arial, Helvetica, sans-serif;
	margin-top: -5px;
	font-weight : normal;
	text-transform:capitalize;
	text-align: left;
	}
	
	.LrgHeaderBg{
	background-image : url(/images/globalgraphics/ROA_Header_LrgBack.gif);
	background-repeat : no-repeat;
	background-color:#FFFFFF;
	}
	
	.DirectorySortBg{
	background-image : url(/images/globalgraphics/Dir_Pulldown_Back.gif);
	background-repeat : no-repeat;
	}
		
	Select.Pagination{
	color: #2C1B3A;
	font-size: 11px;
	}	
	
	Select.DetailOptions{
	color: #2C1B3A;
	width : 230px;
	font-size: 11px;
	}	
	
	.Breadcrumb A:LINK, .Breadcrumb A:ACTIVE, .Breadcrumb A:VISITED, .Breadcrumb A:HOVER{
	color: #452B5B;
	text-decoration : underline;
	}
	
	.Breadcrumb{
	text-align: left;
	padding: 8px 0px 8px 5px;	
	}
	
	.ThumbText A:LINK, .ThumbText A:ACTIVE, .ThumbText A:VISITED{
	color: #452B5B;
	text-decoration : none;
	}
	
	.ThumbText A:HOVER{
	color: #452B5B;
	text-decoration : underline;
	}
	
	.OurPrice{
	color: #CC0000;
	font-weight : bold;	
	}
	
	.OurPrice_Sale{
	color: #2C1B3A;
	text-decoration : line-through;	
	}
	
	.OurPrice_SaleText{
	color: #2C1B3A;
	}
		
	.SalePrice{
	color: #CC0000;
	font-weight : bold;	
	}
		
	.ListPrice{
	text-decoration : line-through;	
	}
	
	.YouSave{
	color: #CC0000;
	padding: 5px 0px 0px 0px;
	}
	
	.Product_ShortDesc {
	height: 55px;
	background-color: #FFFFFF;
	margin-top: 5px;
	}
	
	.Product_OurPrice{
	color: #CC0000;
	font-size: 18px;
	font-weight : bold;	
	}
	
	.Product_OurPrice_Sale{
	color: #2C1B3A;
	font-size: 14px;
	text-decoration : line-through;	
	}
	
	.Product_OurPrice_SaleText{
	font-size: 13px;
	color: #2C1B3A;
	}
		
	.Product_SalePrice{
	font-size: 18px;
	color: #CC0000;
	font-weight : bold;	
	}
		
	.Product_ListPrice{
	font-size: 13px;
	text-decoration : line-through;	
	}
	
	.Product_ListPrice_Text{
	font-size: 13px;
	}
	
	.Product_YouSave{
	font-size: 14px;
	color: #CC0000;
	font-weight : bold;
	padding: 5px 0px 0px 0px;
	}
	
	.ProductContainer {
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	}
	
	.ProductContainer_Detail {
	width: 263px;
	background-color: #FFFFFF;
	border: 0px;
	padding: 0px;
	margin: 0px auto;
	}
	
	.ProductContainer_Options {
	width: 175px;
	background-color: #FFFFFF;
	border: 0px;
	padding: 0px;
	margin: 0px auto;
	}
	
	div.row span.left {
  	float: left;
  	text-align: left;
  	width: 49%;
  	}

	div.row span.right {
  	float: right;
  	text-align: right;
  	width: 49%;
  	}
	
	div.row100 span.left100 {
  	float: left;
  	text-align: left;
	width: 99%;
  	}

	table.ds {
      margin:1em 0;
      border-top:1px solid #999999;
      border-left:1px solid #999999;
	  width:268px;
      font-family: Arial, Helvetica, sans-serif;
	  font-size: 10px;
      }
    th.ds, td.ds {
      border-right:1px solid #999999;
      border-bottom:1px solid #999999;
      padding:2px 10px;
      text-align:left;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 10px;
      color:#555555;
	  
      vertical-align:top;
      }
    th.ds {
      background:#999999;
	  text-transform: uppercase;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 10px;	  
      color:#FFFFFF;
      }
	th.ds2, td.ds2 {
      border-right:1px solid #999999;
      border-bottom:1px solid #999999;
      padding:2px 10px;
      text-align:left;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 10px;
      color:#555555;
      vertical-align:top;
      }
	th.ds2 {
      background:#DDDDDD;
	  text-transform: uppercase;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 10px;
      color:#555555;
      }
	th.ds3, td.ds3 {
      border-right:1px solid #999999;
      border-bottom:1px solid #999999;
      padding:2px 10px;
      text-align:left;
      color:#555555;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 10px;
      vertical-align:top;
      }
	th.ds3 {
      background:#F8F8F8;
	  text-transform: capitalize;
	  font-style: italic;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 10px;
      color:#555555;
      }
	th.ds4, td.ds4 {
      border-right:1px solid #999999;
      border-bottom:1px solid #999999;
      padding:1px 10px;
      text-align:left;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 10px;
      color:#555555;
	  font-size:1px;
      vertical-align:top;
      }
	th.ds4 {
      background:#FFFFFF;
	  text-transform: capitalize;
	  font-size:1px;
      color:#555555;
      }
    form {
	 margin:0;
	 padding:0;
	 }
	.BodyContent {
	width:778px; 
	background-color:#FFFFFF; 
	border-left:1px #A05E9B solid;
	border-right:1px #A05E9B solid;
    padding: 8px 0px 8px 0px;
	 }
	.black_text	{
	text-transform: capitalize;
	font-size: 11px;
	font-weight : bold;
	color: #452B5B;
	}
	
	#term {
	font-size: 18px;
	font-weight : bold;
	color: #452B5B;
	padding: 8px 8px 8px 8px;
	}
	
	#description {
	font-size: 14px;
	padding: 0px 8px 8px 8px;
	}
	
	#SubmitImage {
	background : url( http://images.redcatsusa.com/images/site_images/mastersite/77_btn_add_2_shopping_bag.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF; 
	width: 193px;
	height: 31px;
	padding:0px 0px 0px 0px;
    text-align:left;
    vertical-align:top;
	} 
	.ItemAddedContainer{
	border: 1px solid;
	text-align:center;
	border-color: #707070;
	padding:8px 8px 8px 8px;
	background-color: #FFFFFF;	
	}
	.ItemAdded_Text{
	color:#452B5B;
	font-size: 12px;
	font-weight:bold;
	}	
	.ItemAdded_AlertText{
	color:#CC0000;
	font-size: 13px;
	font-weight:bold;
	}
	.InStock_AlertText{
	color:#52974B;
	font-size: 12px;
	font-weight:bold;
	}

	/*"""""""" data and cart formating """"""""*/
	

#datatable {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
}

#datatable_nomarg {
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
}

#datatable_topmarg {
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
}

#formtable {
	padding: 0;
	margin: 0 0 0 0;
}

#smallformtable {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
}

#smallformtable_nomarg {
	padding: 0;
	margin: 0 0 10px 0;
}

#carttotaltable {
	padding: 0;
	float:right;
	margin: 0 0 10px 0;
}

#fullwidthtable {
	width: 760px;
	padding: 0;
	margin: 0 0 10px 0;
}

#fullwidthtable_nomarg {
	width: 760px;
	padding: 0;
	margin: 0 0 0 0;
}

a.datatable {
	text-decoration:none;
	color: #5C3C6D;
}

a.datatable:hover {
	text-decoration:underline;
	color: #5C3C6D;
}

td.datatable_hdr {
	font-weight:bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 4px 6px 4px 6px;
	background: #5C3C6D;
}

td.datatable_hdr_center {
	font-weight:bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	padding: 4px 6px 4px 6px;
	background: #5C3C6D;
}

td.datatable_hdr_right {
	font-weight:bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	padding: 4px 12px 4px 6px;
	background: #5C3C6D;
}

td.datatable {
	background: #ffffff url(/images/globalgraphics/greyback.gif) repeat-x;
	background-position: bottom left;
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
	vertical-align: top;
	padding: 12px 6px 12px 6px;
}

td.datatable_center {
	background: #ffffff url(/images/globalgraphics/greyback.gif) repeat-x;
	background-position: bottom left;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
	vertical-align: top;
	padding: 12px 6px 12px 6px;
}

td.datatable_right {
	background: #ffffff url(/images/globalgraphics/greyback.gif) repeat-x;
	background-position: bottom left;
	border-bottom: 1px solid #DDDDDD;
	text-align: right;
	vertical-align: top;
	padding: 12px 12px 12px 6px;
}

td.datatable_noback {
	background: #ffffff;
	text-align: left;
	vertical-align: top;
	padding: 12px 5px 0px 5px;
}

td.datatable_noback_left {
	background: #ffffff;
	text-align: left;
	vertical-align: top;
	padding: 12px 5px 0px 0px;
}

td.datatable_noback_center {
	background: #ffffff;
	text-align: center;
	vertical-align: top;
	padding: 12px 6px 0px 6px;
}

td.datatable_noback_right {
	background: #ffffff;
	text-align: right;
	vertical-align: top;
	padding: 12px 6px 0px 6px;
}

td.ThumbText_promo {
	background: #ffffff url(/images/globalgraphics/tanback_btm.gif) repeat-x;
	background-position: bottom left;
	border-bottom: 2px solid #F6E9D7;
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 10px 0px;
}

td.ThumbText_promo_center {
	background: #ffffff url(/images/globalgraphics/tanback_btm.gif) repeat-x;
	background-position: bottom left;
	border-bottom: 2px solid #F6E9D7;
	text-align: center;
	vertical-align: top;
	padding: 5px 0px 0px 0px;
}

td.ThumbText_promo_mid {
	background: #ffffff url(/images/globalgraphics/tanback_btm.gif) repeat-x;
	background-position: bottom left;
	border-bottom: 2px solid #F6E9D7;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
}

td.ThumbText_promo_right {
	background: #ffffff url(/images/globalgraphics/tanback_btm.gif) repeat-x;
	background-position: bottom left;
	border-right: 2px solid #F6E9D7;
	border-bottom: 2px solid #F6E9D7;
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 0px 0px;
}

td.ThumbText_promo_left {
	background: #ffffff url(/images/globalgraphics/tanback_btm.gif) repeat-x;
	background-position: bottom left;
	border-left: 2px solid #F6E9D7;
	border-bottom: 2px solid #F6E9D7;
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 0px 0px;
}

td.ThumbText {
	background: #ffffff url(/images/globalgraphics/greyback.gif) repeat-x;
	background-position: bottom left;
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 10px 0px;
}

td.ThumbText_center {
	background: #ffffff url(/images/globalgraphics/greyback.gif) repeat-x;
	background-position: bottom left;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
	vertical-align: top;
	padding: 5px 0px 0px 0px;
}

td.ThumbText_right {
	background: #ffffff url(/images/globalgraphics/greyback.gif) repeat-x;
	background-position: bottom left;
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 0px 0px;
}

td.ThumbText_left {
	background: #ffffff url(/images/globalgraphics/greyback.gif) repeat-x;
	background-position: bottom left;
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 0px 0px;
}


td.carttotaltable {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color:#5C3C6D;
	padding: 12px 6px 0px 6px;
}

td.carttotaltable_center {
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	color:#5C3C6D;
	padding: 12px 6px 0px 6px;
}

td.carttotaltable_right {
	text-align: right;
	vertical-align: top;
	font-size: 12px;
	color:#5C3C6D;
	padding: 3px 5px 3px 0px;
}


td.twocoltablefull_top {
	background: #FBFBFB;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-align: left;
	vertical-align: top;
	padding: 8px 12px 8px 12px;
}

td.twocoltablefull {
	background: #FBFBFB;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
	vertical-align: top;
	padding: 0px 6px 8px 12px;
}

td.twocoltablefull_right {
	background: #FBFBFB;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-align: right;
	vertical-align: top;
	padding: 0px 12px 8px 6px;
}

td.twocoltable {
	background: #FBFBFB;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
	vertical-align: top;
	padding: 8px 6px 8px 12px;
}

td.twocoltable_right {
	background: #FBFBFB;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-align: right;
	vertical-align: top;
	padding: 8px 12px 8px 6px;
}

td.twocoltablefulltan_top {
	background: #FFF7F0;
	border-top: 1px solid #F6E9D7;
	border-bottom: 1px solid #F6E9D7;
	border-left: 8px solid #F6E9D7;
	border-right: 1px solid #F6E9D7;
	text-align: left;
	vertical-align: top;
	padding: 8px 12px 8px 12px;
	font-size: 13px;
	font-weight:bold;
	color: #5C3C6D;
}

td.fullwidthform_grey {
	background: #FBFBFB;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-align: left;
	vertical-align: top;
	padding: 8px 12px 8px 20px;
}

.smallform_grey {
	background: #FBFBFB;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-align: left;
	vertical-align: top;
	padding: 8px 12px 8px 12px;
	margin-bottom: 10px
}

.smallform_grey_nomarg {
	background: #FBFBFB;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-align: left;
	vertical-align: top;
	padding: 8px 12px 8px 12px;
	margin-bottom: 10px
}

.smallform_hdr {
	background: #FBFBFB;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-align: left;
	vertical-align: top;
	padding: 8px 12px 8px 12px;
	font-size: 12px;
	font-weight:bold;
	color: #5C3C6D;
}

.fullwidthform_hdr {
	background: #FBFBFB;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 8px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-align: left;
	vertical-align: top;
	padding: 8px 12px 8px 12px;
	font-size: 13px;
	font-weight:bold;
	color: #5C3C6D;
}

.fullwidthform_marghdr {
	background: #FBFBFB;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 8px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-align: left;
	vertical-align: top;
	padding: 8px 12px 8px 12px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight:bold;
	color: #5C3C6D;
}

td.fullwidthform {
	background: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 8px 20px 0px 20px;
}

td.fullwidthform_left {
	background: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 8px 6px 8px 12px;
}

td.fullwidthform_right {
	background: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 8px 12px 8px 6px;
}

td.prodtable {
	background: #ffffff url(/images/globalgraphics/greyback.gif) repeat-x;
	background-position: bottom left;
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
	vertical-align: top;
	padding: 8px 5px 8px 5px;
}

td.prodtable_mid {
	background: #ffffff url(/images/globalgraphics/greyback.gif) repeat-x;
	background-position: bottom left;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	text-align: left;
	vertical-align: middle;
	padding: 8px 0px 8px 12px;
}

td.prodtable_midrt {
	background: #ffffff url(/images/globalgraphics/greyback.gif) repeat-x;
	background-position: bottom left;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-align: right;
	vertical-align: middle;
	padding: 8px 12px 8px 0px;
}

td.right {
	text-align: right;
}
		  
.greentext {
      color:#52974B;
}

.boldcallout {
	font-size: 13px;
	font-weight:bold;
    color:#5C3C6D;
	margin-bottom: 8px;
}

.medcallout {
	font-size: 12px;
	font-weight:bold;
    color:#5C3C6D;
	margin-bottom: 8px;
}

.viewcart{
	font-size: 13px;
	font-weight : bold;
	}
	
  /*BODY CONTENT CONTAINERS*/

.BodyContentSubHeader{
color:#501A69;
border: 1px solid;
border-color: #DDDDDD;
background: #F3E7F7 url(/images/globalgraphics/Sub_hdr_Back_ltPrp.gif) repeat-x; 
letter-spacing: -1px; 
font-size: 14px;
font-weight:bold;
MARGIN: 0px 0px 10px 0px;
padding:8px 0px 8px 8px;
vertical-align:top;
text-align: left;
	}	
	
   h1.valueprop{
TEXT-ALIGN: left;
LINE-HEIGHT: 18px;
MARGIN: 0px 0px 5px 0px;
FONT-SIZE: 14px;
FONT-WEIGHT: bold;
letter-spacing: -1px;
}

  .copyvalueprop{
TEXT-ALIGN: left;
MARGIN: 0px 0px 2px 0px;
FONT-SIZE: 12px;
FONT-WEIGHT: normal;
letter-spacing: 0px;
}

  .fullkicker{
WIDTH: 545px;
HEIGHT: 162px;
BORDER: 1px #DDDDDD solid;
MARGIN: 0px 0px 10px 0px;
PADDING: 18px 0px 0px 20px;
CURSOR: pointer;
BACKGROUND-POSITION: bottom right;
BACKGROUND-REPEAT: no-repeat;
}

  .tallkicker{
WIDTH: 150px;
HEIGHT: 402px;
BORDER: 1px #DDDDDD solid;
MARGIN: 0px 0px 10px 0px;
PADDING: 18px 10px 0px 20px;
CURSOR: pointer;
BACKGROUND-POSITION: bottom right;
BACKGROUND-REPEAT: no-repeat;
}

  .medkicker{
WIDTH: 353px;
HEIGHT: 186px;
BORDER: 1px #DDDDDD solid;
MARGIN: 0px 0px 10px 0px;
PADDING: 18px 0px 0px 20px;
CURSOR: pointer;
BACKGROUND-POSITION: bottom right;
BACKGROUND-REPEAT: no-repeat;
}

  .smkicker{
WIDTH: 150px;
HEIGHT: 186px;
BORDER: 1px #DDDDDD solid; 
MARGIN: 0px 0px 10px 0px;
PADDING: 18px 10px 0px 20px;
CURSOR: pointer;
BACKGROUND-POSITION: bottom right;
BACKGROUND-REPEAT: no-repeat;
}

  .prdkicker{
WIDTH: 151px;
HEIGHT: 186px;
BORDER: 1px #DDDDDD solid; 
MARGIN: 0px 0px 10px 0px;
PADDING: 18px 10px 0px 20px;
CURSOR: pointer;
BACKGROUND-POSITION: bottom right;
BACKGROUND-REPEAT: no-repeat;
}

  h2.headkicker{
TEXT-ALIGN: left;
LINE-HEIGHT: 24px;
MARGIN: 0px 0px 5px 0px;
FONT-SIZE: 29px;
FONT-WEIGHT: normal;
letter-spacing: -1px;
}

  .subkicker{
TEXT-ALIGN: left;
LINE-HEIGHT: 17px;
MARGIN: 0px 0px 12px 0px;
FONT-SIZE: 16px;
FONT-WEIGHT: bold;
}

  .copykicker{
TEXT-ALIGN: left;
MARGIN: 0px 0px 12px 0px;
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
}

  a.linkkicker{
TEXT-ALIGN: left;
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
text-decoration:underline;
}

  .arrow{
TEXT-ALIGN: left;
FONT-SIZE: 14px;
FONT-WEIGHT: bold;
}

  .catkicker{
WIDTH: 103px;
BORDER: 1px #DDDDDD solid;
BACKGROUND-POSITION: top center;
BACKGROUND-REPEAT: no-repeat;
MARGIN: 0px 0px 10px 0px;
PADDING: 100px 0px 0px 0px;
CURSOR: pointer;
}

  .catlinkcontainer{
HEIGHT: 40px;
background: #F3E7F7 url(/images/globalgraphics/Sub_hdr_Back_ltPrp.gif) repeat-x;
PADDING: 5px 5px 5px 10px;
}

  a.catlink{
TEXT-ALIGN: left;
line-height: 14px;;
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
COLOR: #501A69;
text-decoration:underline;
}
