﻿*
{
	margin: 0px;
	padding: 0px;
	border: none;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	padding: 0px 6%;
}

#container
{
	float: left;
}

#header
{
	float: left;
	width: 100%;
	border-bottom: 1px dotted #5D5A53;
	margin-bottom: 10px;
}

#header h1
{
	font-size: 24px;
	float: left;
	color: #5e5b54;
	padding: 25px 0px 5px 0px;
}

#promotion
{
	height: 300px; 
	width: 700px; 
	
}

ul li a
{
	font-size: 18px;
}

#main
{
	overflow: hidden;
	padding: 0 0 15px 10px;
	float: left;
}

ul
{
	list-style-type: square;
	margin-left: 25px;
	font-size: 14px;
}

ul#album-list
{
	list-style: none;
	margin-left: 0px;
}

ul#album-list li
{
	height: 130px;
	width: 100px;
	float: left;
	margin: 10px;
	text-align: center;
}

ul#album-list li a, ul#album-list li .button
{
	font-size: 13px;
	float: left;
}

ul#album-list li a span
{
	color: #9b9993;
	text-decoration: underline;
}

#cart
{
	float: right;
}

#update-message
{
	color: #F6855E;
	font-weight: bold;
}

.button, input[type=submit]
{
	clear: both;
	display: inline-block;
	padding: 5px;
	margin-top: 10px; 
	border: 1px;
	background: #5e5b54;
	color: #fff;
	font-weight: bold;
}

.button a
{
	color: #fff !important;
}

#footer
{
	clear: both;
	padding: 10px;
	text-align: right;
	border-top: 1px dotted #8A8575;
	border-bottom: 1px dotted #8A8575;
	font-family: Constantia, Georgia, serif;
}

/******************** Top Navigation ************************/
ul#navlist
{
	float: right;
}

ul#navlist li
{
	display: inline;
}

ul#navlist li a
{
	border-left: 1px dotted #8A8575;
	padding: 10px;
	margin-top: 10px;
	color: #8A8575;
	text-decoration: none;	
	float: left;
}

ul#navlist li:first-child a
{
	border: none;
}

ul#navlist li a:hover
{
	color: #F6855E;
}

.loginUser
{
    font-size :14px;
   
	padding: 10px;
	margin-top: 20px;
	color: #8A8575;
	text-decoration: none;
	vertical-align:   baseline;
	float: left;
}

ul#subNavList
{
	float: right;
}

ul#subNavList li
{
	display: inline;
}

ul#subNavList li a
{
	border-left: 1px dotted #8A8575;
	padding: 10px;
	margin-top: 10px;
	color: #8A8575;
	text-decoration: none;
	float: left;
	font-size : 16px;
}


ul.ReportNavList li
{
	display: inline;
}

ul.ReportNavList li a
{
	border-left: 1px dotted #8A8575;
	padding: 10px;
	margin-top: 10px;
	color: #8A8575;
	text-decoration: none;	
	font-size : 16px;
}

/********************* End top navigation ***************************/

p
{
	margin-bottom: 15px;
	margin-top: 0px;
}

h2
{
    font-size: 18px;
	color: #5e5b54;
	margin-bottom: 10px;	
	font-style: italic;
	font-weight: bold;
}


h2 a{color: #5e5b54;}
h2 a:active{color: #5e5b54;}
h2 a:hover{color: #FF0000;}
h2 a:link{color: #5e5b54;}
h2 a:visited{color: #5e5b54;}


a:hover       
{
    color: #511b54;   
        
}

a:active
{ 
    color: #511b54;   
}
        
    
a:link, a:visited
{
	color: #dddddd;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #dddddd;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	color: #dddddd;
	text-decoration: none;
	font-weight: bold;
}

h3
{
	margin-bottom: 10px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #9B9993;
}


#header h1 a, h3 em
{
	color: #5E5B54;
}



/***************************** sidebar navigation ****************************/

#categories
{
	font-family: Constantia, Georgia, serif;
	list-style-type: none;
	border-right: #5d5a53 1px dotted;
	padding-right: 10px;
	margin: 0 25px 0 0;
	float: left;
}

#categories a:link, #categories a:visited
{
	color: #9B9993;
	text-decoration: none;
}

#categories a:hover
{
	color: #F46739;
}

div#album-details p
{
	margin-bottom: 5px;
	color: #5e5b54;
	font-weight: bold;
}

p em
{
	color: #9b9993;
}

/* Form styles */
legend
{
	padding: 4px;
	font-weight: bold;
}

fieldset
{
	border: #9b9993 1px solid;
	padding: 0 6px;
	margin-bottom: 1px;
	clear: left;	
    width: 150px;
 
}

div.editor-field
{
	margin-bottom: 10px;
	 width: 150px;
}

input[type=text], input[type=password], select
{
	border: 1px solid #8A8575;
	width: 150px;
}

/* Styles for validation helpers */
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Tables */
table
{
	border: 1px solid #000;
	border-collapse: collapse;
	color: #666666;
	min-width: 500px;
	width: 100%;
	
}

tr
{
	border: 1px solid #000;
	line-height: 25px;
}

th
{
	background-color: #000000;
	color: #fff;
	font-size: 13px;
	text-align: left;
}

th, td
{
	padding: 2px;
	text-align:center;
	border :1px;
}

tr:hover
{
	background-color: #00ff55;
}



.warning
{
    color: Red;
    
}
    
    
 .CustomerProfile
{
        float:left;
        font-weight :bold;
        width: 150px;
}
    
.itemsWH
{
       margin-left :180px;
      color: #511b54; 
   
}   

    
 .itemsData
 {
      color:White;
     
 }  
  
 
 .itemsData #ItemHead
 {
     color: Black;
 }
 
div .ItemTable 
 {
      margin: 4px;           
      overflow :visible;      
      background-color:   AntiqueWhite;     
      border-collapse: collapse;
      font-size : 11px; 
      font-family : MS Serif;
    
 }
 
 
 .ItemTable th, .ItemTable td { border: 1px solid #C0C0C0; padding: 5px; }
  
 .alternatingRowStyle
 {
      background-color:      FloralWhite;
 }

.paging
{
   color:  red;
   background-color: #000000;   
}

.paging:hover
{
   color:  red;
   background-color: #000000;
   
}

#showpdf { width: 11in; height: 8.5in; }

