﻿/*
    This is the main classes for this specific layout.
*/

a 
{
    font-weight: normal;
    font-size: 10pt;
    font-family: Verdana;
    text-decoration: none;
    color: #181c97;
}

a:hover 
{
    color: #fe0000;
}

body 
{
    margin:0px;
    font-weight: normal;
    font-size: 10pt;
    font-family: Arial;
}

.sortBy 
{
    font-weight: normal;
    font-size: 8pt;
    font-family: Arial;
    color: Blue;
}

.stTable 
{
    margin-left: auto;
    margin-right: auto;
}
.text_v8
{
    font-size: 8pt;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
}
.text_v10 
{
	font-size: 10pt;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
}
.categoryLink 
{    
	color: Blue;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Header Tags */
h1 
{
    font-weight: normal;
    font-size: 16pt;
    font-family: Arial;
    color: #181c97;
    letter-spacing: 1px;
}

/* Bread Crumb Menu */
.bcm 
{
    font-weight: normal;
    font-size: 8pt;
    font-family: Arial;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

/* Display Product */
.dp_cell 
{
    font-weight: normal; 
    font-size: 10pt;
    font-family: Arial;
}
.dp_productname 
{
    font-weight: bold;
    font-size: 14pt;
    font-family: Arial;
}
.dp_nextprevproduct 
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
    color: #000;
    text-decoration: none;
    margin-bottom: 5px;
}
.dp_nextprevproduct:hover 
{
    text-decoration: underline;
}


/* Top Menu */
.tm_a 
{
    font-weight: normal;
    font-size: 9pt;
    font-family: Arial;
    color: #000;
    text-decoration: none;
}
.tm_a:hover 
{
    color: #fe0000;
}
.tm_cell 
{
    background-color:#d8dff9; 
    border-top: solid 1px #1116ee;
    border-bottom: solid 1px #1116ee;
    vertical-align:middle;
    text-align:center;
    font-weight: normal;
    font-family:Verdana;
    font-size:8pt;
}
.tm_itemcart 
{
    text-align: left;
    font-weight: normal;
    font-size: 8pt;
    font-family: Arial;
}


/* Headers  */
.h1 
{
    font: 600 10pt, Verdana;
    color: Maroon;
    margin: 0px;
}


/* Text Boxes */
.tb1 
{
    font-weight: normal;
    font-size: 9pt;
    font-family: Arial;
}

/* Item Layouts - all grouped together */
.item1_table
{
    height: 167px;
    width: 167px;  
    text-align: center;
    text-align: -moz-center;    
}

.item1 
{
    width: 271px;
    height: 130px;
    vertical-align: middle;
    text-align: center;
    text-align: -moz-center;
    font: 8pt, Arial;
}

.item1_fr_fc 
{
    /* First Row, First Column */
    
}
.item1_fr_sc 
{
    /* First Row, Second Column */
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}
.item1_fr_tc 
{
    /* First Row, Third Column */
    
}

.item1_se_fc 
{
    border-top: solid 1px #000;
}
.item1_se_sc 
{
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-top: solid 1px #000;
}
.item1_se_tc 
{
    border-top: solid 1px #000;
}

.item1_ul_ur
{
    /* Upper left, and Upper Right, combine with item1 */        
    border-bottom: solid 1px #000;
}
.item1_um 
{
    /* Upper middle, combine with item1 */
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
}
.item1_ml_mr 
{
    /* Middle left, Middle Right, combine with item1 */
    
}
.item1_mm 
{
    /* Middle, Middle, combine with item1 */    
    border-right: solid 1px #000;
    border-left: solid 1px #000;
}

/* Grid View Classes */
.gv1 
{
    width: 100%;    
}
.gv1 th 
{
    font-weight: bold;
    font-size: 11px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images/gv1/bg_header.jpg) no-repeat;    
}
.gv1 th.nobg 
{
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
.gv1 tr.normal 
{
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background-color: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
.gv1 tr.alternate 
{    
	background: #F5FAFA;
	color: #797268; 
}
.gv1 th.spec 
{
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(/images/gv1/bullet1.gif) no-repeat;
	font-weight: bold;
	font-size: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
}
.gv1 th.specalt 
{
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(/images/gv1/bullet2.gif) no-repeat;
	font-weight: bold;
	font-size: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility: hidden;
	margin: 0px!important;
	background-color: inherit;
	color: windowtext;
	border: solid 1px #000;
	cursor: pointer;
	overflow: auto;
	height: 400px;
    text-align: left; 
    list-style-type: none;
    z-index: 1000;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	border-bottom: solid 1px #000;	
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color: window;
	color: windowtext;
	padding: 1px;
	border-bottom: solid 1px #000;	
}
