body
{
	margin-top:0px;
}

body table,body table tr,body table tr td
{
	padding:0px 0px 0px 0px;
	border: 0px;
}

.title
{
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-size:x-large;color:#c60808;
 font-style:normal;  
 font-weight:bold; 
}
.title1
{
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-size:15px;color:#c60808;
}
.titlepos
{
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-size:x-large;color:Black;
 font-style:normal;  
 font-weight:bold; 
}

.button {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #cadfef;
    background-position:  center 50%; 
    background-repeat: repeat-x;
    cursor: pointer
	}

.product_desc_shop
{
    font-family:Verdana;
    font-size:14px;
  
}


.shop_log
{
    font-family:Verdana;
    font-size:12px;
  
}

.prod_head
{ font-family:Arial;
    font-size:16px;
    color:#606163;
     font-weight:bold;
 }

.bill_field
{
font-family:Arial;
font-size:14px;color:#515151;
font-style:normal;
/*table-layout: fixed;*/
}
.bill_field2
{
font-family:Arial;
font-size:14px;color:#515151;
font-style:normal;
table-layout: fixed;
}

/* DropDown menu script */

.bluetabs{
/*border-bottom: 1px solid gray;*/
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 5px;
margin-right: 3px;
/*border: 1px solid #778;*/
color: #2d2b2b;
/*background: #000000 url(../images/menu_bar.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
/*text-decoration: underline;*/
color: #2d2b2b;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
/*background-image: url(../images/menu_bar.gif);*/ /*THEME CHANGE HERE*/
/*border-bottom-color: white;*/
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Arial;
line-height:15px;
z-index:100;
background-color: #2983b8;
width: 100px;
visibility: hidden;
text-align:left;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}





/*!!!!!!!!!!! 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 !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		/*background-color:#D5D9E5;
		background-image:url(../../images/menu_bar.gif);background-repeat:repeat-x;*/
		border-width:0px 0px 0px 0px;
		border-style:solid;
		border-color:#5A5372;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:1px 2px 2px 2px;
		color:white;
		font-family:Arial;
		font-size:14px;
		text-decoration:none;
		font-variant:normal;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
	    
		text-decoration:none;
	background-image:url(../../images/top_nav.gif); 
		background-repeat:repeat-x;
		color:black; 
	
}

	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		text-decoration:underline;
		
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:5px;
		margin:1px 0px 0px 0px;
		background-color:transparent;
		border-width:0px;
		border-style:none;
		border-color:transparent;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:2px 2px 2px 2px;
		background-color:transparent;
		color:White;
		font-size:12px;
		font-variant:normal;
		border-width:1px;
		border-style:solid;
		border-color:#024585;
		width:230px;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		text-decoration:underline;
		
		
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		text-decoration:none;
		color:black;
	
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#024585;
		color:Black;
		text-decoration:none;
		border-color:#467AB5;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 4px 5px;
		color:#222222;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:0px;
		margin:3px 4px 3px 3px;
		border-color:#5A5372;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul .qmparent	
	{	
	   
		/*background-image:url(../images/arrow_4.gif);*/
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 .qmparent	
	{	
		/*background-image:url(../images/arrow_6.gif);
		background-repeat:no-repeat;
		background-position:100% 50%;*/
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{	
		background-color:#D5D9E5;
		color:Black;
		text-decoration:none;
		border-color:#5A5372;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul	
	{	
		margin:0px;
		background-color:#024585;
		border-style:solid;
		border-color:#5A5372;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul a	
	{	
		padding:2px 2px 2px 2px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 a	
	{	
		padding:7px 7px 7px 7px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul ul	
	{	
		margin:0px 0px 0px -1px;
	}


	/*"""""""" Custom Rule""""""""*/	
	div#qm0 div div	
	{	
		margin:0px 0px 0px -1px;
	}

.rtab_off {
/*background-image: url(/crm/templates/sugar_2_5/images/tabs/rtab_off.gif);
background-repeat: no-repeat;
background-position: right;*/
}

.shopping
{
    font-family :Arial ;
    font-size :14px;
    text-decoration:none;
    color:White;
}
.shopping:hover
{	
	text-decoration:none;
    font-family :Arial ;
    font-size :14px;
	background-image:url(../../images/top_nav.gif); 
	background-repeat:repeat-x;
	color:black; 
}
	
