﻿
/************************* THEME 1 - GENERIC STYLES *************************/

/* STANDARD */

body, p, b, i, ul, em 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th
{
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 
{
	color: #484848;
	font-size: 16px;
}

h2 
{
	font-size: 12px;
}

h3 
{
	font-size: 11px;
	color: #484848;
}

a:link, a:visited  {
	color: Navy;
	text-decoration: underline;
	font-size:12px;
}
a:hover {
	color: Blue;
	text-decoration: none;
	font-size:12px;
}

a.feature:link, a.feature:visited 
{
    color:Navy;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	white-space:normal;
}

a.feature:hover {
	color : Blue;
	text-decoration: underline;
}

/* CLASSES */
.gridview th
{
    border-top:solid 1px #CCCCCC;
    background-color:#FFFFFF;
    color:#000000;
    background-image:url(/Images/table-header-bottom.gif);    
    background-position:bottom;    
    background-repeat:repeat-x;
	font-size: 12px;
	padding: 2px;
	height:24px;
	text-align:left;
}

.DetailsView-HeaderStyle
{
    border-top:solid 1px #CCCCCC;
    background-color:#FFFFFF;
    color:#000000;
    background-image:url(/Images/table-header-bottom.gif);    
    background-position:bottom;    
    background-repeat:repeat-x;
	font-size: 12px;
	padding: 2px;
	height:24px;
	text-align:left;
}

.formview th
{
    border-top:solid 1px #CCCCCC;
    background-color:#FFFFFF;
    color:#000000;
    background-image:url(/Images/table-header-bottom.gif);    
    background-position:bottom;    
    background-repeat:repeat-x;
	font-size: 12px;
	padding: 2px;
	height:24px;
	text-align:left;
}

.button
{
    color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid Gray;
	background-image: url(/Images/button_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
}

.BulletedList1, .DropDownList_TableColumns
{
    line-height: 23px;
}

.highlight
{
    text-decoration: none; 
    font-weight: bold;
    color: black;
    background-color: Yellow;
}

.thumbnail
{
    border: solid 2px #F6F8FC;
}

.attention {
	background-image: url(/Images/attention.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 20px;
	background-position:left;
}

.warning {
	background-image: url(/Images/warning.gif);
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 20px;
}

.info-box {
	width: 100%;
	font-weight: bold;
	color: Black;
	background: InfoBackground;
	border: 1px solid Black;
	padding: 10px 10px 10px 10px;
	text-align: center;
}


/************************* THEME 1 - TEMPLATE SPECIFIC STYLES  *************************/
.template-body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/Images/background.jpg); 
	background-repeat: repeat;
	background-color:White;
}

.template-thumbnail
{
    border: solid 1px #CCCCCC;
    background-color:#FFFFFF;
}


.template-button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:Black;
	text-transform: capitalize;
	border: 1px solid Gray;
	background-image: url(/Images/button_bg.gif);
	background-repeat: repeat;
	height: 22px;
}

a.template-nav:link, a.template-nav:visited 
{
    color:#ffffff;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

a.template-nav:hover {
	color : #efefef;
	text-decoration: underline;
}

.template-login-panel
{
    margin: 0px;
    padding: 10px;
    background-color:#FFFFFF;
    border-bottom: solid 1px #C0C0C0;
}

.template-mini-cart
{
    margin:0px;
    padding: 10px;
    background-color:#FFFFFF;
    margin-top: 0px;
    border-top: solid 1px #C0C0C0;
    border-bottom: solid 1px #C0C0C0;
}

.template-right-panel-h1
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 8px;
}

.template-right-panel-h2
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #444444;
}

.template-panel-featured-h1
{
	font: bold 14px arial;
	color: #ffffff;
	background: url(/images/boxheader-bg.jpg) repeat-x top left #082C6A;
	padding: 6px;
	background-color:#990000;
}

.template-minicart-td
{
	border-bottom : 1px Solid Grey;
	font-family: sans-serif;
	font-size: 11px;
}

.template-contact-detail
{
    color: Black;
    font-size:12px;
    font-weight: bold;
}
		
.template-footer
{
    padding-top:10px;
    border-top: solid 1px #CCCCCC;
    width:100%;
    color:#333333;
    font-size:12px;
    text-align:center;
}


/************************* THEME 1 - CONTROL PANEL SPECIFIC *************************/
.controlpanel-nav a:link, .controlpanel-nav A:visited 
{
    color:#000000;
    font-size:11px;
	text-decoration: none;
}
.controlpanel-nav a:hover
{
	color : GrayText;
	font-size:11px;
	text-decoration: none;
}

