﻿#shopwindow
{
    width:100%;
    float:left;
    border:none;
    padding-top:10px;
}

#shopwindow fieldset
{
    border:none;
}

#shoppage
{
    width:auto;
    padding-right:0px;
}

#shopoptions
{    
    position: absolute;
    top: 11px;
    right:5px;    
    width: 125px;
    border:solid 1px black;
    background: #ADF;
    color: #333333;
    margin-right: 10px;
    padding: 5px;    
}

#shopoptions .option
{
    position:relative;
    float:left;
    vertical-align:middle;
    border-bottom:dashed 1px #999;
    width:100%;
}

#shopoptions .option input
{
    position:relative;
    float:left;    
    margin-right:10px;
    vertical-align:middle;
}

#shopoptions .option a
{
    position:relative;
    float:left;
    vertical-align:middle;
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
}

#shopfunctions
{           
    margin: 0px 150px 0px 5px; 
    color: #333333;
    padding-right: 10px; 
    position :relative;
    background-color:#FFF; 
    border-right:dashed 1px #AAA;
    
}

.DisplayItem_Outer
{
	width:140px;
	display:inline;
	float:left;
	margin:10px;
	border:solid 1px #006697;
	border-bottom:solid 2px #006697;
}

.DisplayItem_Inner
{
	width:100%;
	float:left;
	text-align:center;
}

.DisplayItem_Inner h2
{
	background-color:#006697;	
	font-weight:normal;
	font-size:0.85em;
	width:100%;
	text-align:center;
}

.DisplayItem_Inner h2 a:link, .DisplayItem_Inner h2 a:visited
{
	width:100%;
	color:#FFF;
	text-decoration:none;
}

.DisplayItem_Inner h2 a:hover, .DisplayItem_Inner h2 a:active
{
	width:100%;
	color:#FFF;	
}


.shopitemform
{
  display:inline;
  border:none;
  width:150px;
  text-align:center; 
}

.shopitemform fieldset
{
	display:inline;
	border-top:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	width:140px;
	padding: 0px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	text-align:center;
	padding:5px;
}

.shopitemform fieldset legend {
	font-size:0.8em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:normal;        
    background-color:#006697;	
    color:#FFF;
    border-bottom:solid 5px #DDD;
    padding:2px 5px 2px 5px;
    margin-bottom:10px;
}

.shopitemform fieldset legend a, .shopitemform fieldset legend a:link
{
    color:#013334;
    text-decoration:none;
}

.shopitemform fieldset legend a:hover
{
	color:#013334;
    text-decoration:underline;	
}


.shopitemform fieldset .itemimage
{
    margin-top:5px;
    margin-bottom:5px;
    border:none;
    width:125px;    
}

.shopitemform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 90px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:12px;
	FONT-Family: Verdana, Arial, Helvetica, sans-serif;
}

.shopitemform .itemmore
{
    float:right;
}

.shopitemform fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

.shopitemform input, shopitemform textarea, shopitemform select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px 0 5px 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-top : #0066cc 1px solid;
    border-bottom : #99ccff 1px solid;
    border-left : #0066cc 1px solid;
    border-right : #99ccff 1px solid;
    color : #000000;
    background : #ADF;
    float:left; 
    margin:0px 4px 0px 0px;
}

.shopitemform textarea { overflow: auto; }

.shopitemform small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

.shopitemform .required{font-weight:bold;} /* uses class instead of div, more efficient */

.shopitemform br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#cartsummaryOuter
{		
	margin:0px 0px 10px 0px;
}

#cartsummaryInner
{
	margin-left:10px;
}

#cartsummary
{
  font-family: verdana,arial,sans-serif;  
  margin-top:0px; 
  padding:10px 0px 10px 0px;
  width:170px;
  text-align:center;  
  margin-right:10px;
  border:solid 1px #CCCCCC;
}

#cartsummaryHeader
{
	display:block;
	border-top:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	position:relative;
	top:10px;
	margin-left:15px;
	padding:2px 5px 2px 5px;
	width:110px;
	background-color:#CCCCCC;
	background-image:url(../../images/gadgetfill.gif);
	color:#002299;
	font-weight:bold;
	font-size:0.8em;
}

#cartsummary .item
{ 
	display: inline;  /* block float the labels to left column, set a width */	
	width: 0px; 
	float:left;
	width:55px;	
	padding: 0; 
	margin: 3px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:0.75em;
	FONT-Family: Verdana, Arial, Helvetica, sans-serif;	
	color:#013334;
	font-weight:bold;
}

#cartsummary .itemvalue
{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 3px 0 0 0; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	float:right;
    color : #013334;
    width:100px;
    font-size:0.75em;
    text-align:left;    
}

#cartsummary br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#itemsummary
{
    font-family: verdana,arial,sans-serif;  
    padding:0px 0px 0px 0px;
    margin:0px 0px 10px 0px;
    text-align:left;    
}

#itemsummary fieldset
{
	display:block;
	border:none;
	width:100%;
	padding: 0px;        /* padding in fieldset support spotty in IE */
	margin: 10px 0px 10px 0px;
	float:left;
	padding:5px;
}

#itemsummary fieldset legend
{
	font-size:0.8em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:normal;        
    background-color:#006697;	
    color:#FFF;
    border-bottom:solid 5px #DDD;
    padding:2px 5px 2px 5px;
    margin-bottom:0px;
}

#itemsummary fieldset .floatleft
{
	
    float:left;    
    margin:0px 0px 0px 0px;
    padding:0px;    
}

#itemsummary fieldset .floatright
{
	
    float:right;
    margin:0px 0px 0px 0px;
    padding:0px;
    text-align:left;
}

#itemsummary fieldset .summaryfloatleft
{
	width:100%;
    float:left;    
    margin:0px 0px 0px 0px;
    padding:0px;    
}

#itemsummary fieldset .summaryfloatright
{
	width:41%;
    float:right;
    margin:0px 2px 0px 0px;
    padding:0px;
    text-align:left;    
}

#itemsummary fieldset .floatleft .zoomimage
{
    margin:8px;
    float:left;
}

#itemsummary fieldset .itemdesc
{    
    float:left;
    font-size:12px;
    width:100%;
}

#itemsummary fieldset .floatright label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 40px; 
	padding: 0; 
	margin: 0px 0px 0px 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-size:14px;
	FONT-Family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}

#itemsummary fieldset .floatright input, shopitemform textarea, shopitemform select, shopitemform a {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 0px 5px 0px 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-top : #aad 1px solid;
    border-bottom : #99c 1px solid;
    border-left : #aad 1px solid;
    border-right : #99c 1px solid;
    color : #000000;
    background : #fff;  
    float:left;  
    font-weight:bold;
    font-size:12px;
}

#itemsummary .ImageViewer
{    
    padding: 0px 0px 0px 5px;
    position:relative;
    float:left;
}

#itemsummary .ImageViewer .ImageSelector
{    
    text-align:left;    
}

#itemsummary .ImageViewer .ImageSelector input
{
    margin:0px 10px 0px 0px;
    float:none;
}

#itemsummary .ImageViewer .ImageViewMain
{
    padding:5px 0px 0px 0px;    
    text-align:center;
}

#productdesc
{
    padding:5px;
}

.UserFeedbackScore
{
    background-image:url(../../images/stars_small.gif);
    height:10px;
}

#myrating
{
    margin:10px 0px 0px 0px;   
}

#myrating h4
{
    text-align:right;
    padding:0px 5px 0px 0px;    
}

#myrating .star-rating
{
    padding:0px; /* no padding at all */
    margin:0px; /* no margin at all */
    text-align:right;
}

#myrating .star-rating li
{    
    list-style:none;
    list-style-image:none;
    list-style-type:none;
    padding:0px; /* no padding at all */
    margin:0px; /* no margin at all */
    /*\*/ /* Backslash hack, this causes IE5 Mac NOT to see this rule */
    float: left; /* for any other browser, we are going to float left, this makes a horizontal list */
    /* */ /* end the IE5 Backslash hack */
    cursor:move;
}

.ProductTabMenu
{
    float:left;
    clear:both;
    margin:5px 0px 0px 0px;    
    padding-top:3px;
    width:100%;
}

.ProductTab
{	
	
	display:inline;	
	color:#222;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	width:100px;
}

.ProductTab a
{
	margin:10px 0px 0px 0px;	
	padding:4px 5px 2px 5px;
	border:solid 1px #ccc;
	border-bottom:none;
	background-color:#EEE;
	background-image:url(../../images/tabfillUnselected.gif);
	width:100%;	
	color:#000;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	border-bottom:dotted 1px #ddd;
}

.ProductTab a:hover
{	
	border:solid 1px #ccc;	
	border-bottom:none;
	width:100%;	
	color:#44F;
	border-bottom:dotted 1px #ddd;	
}

.ProductTab .selectedTab
{
	background-color:#EEE;
	border-bottom:solid 1px #fff;
	background-image:url(../../images/tabfillSelected.gif);
	color:#000;
}

.ProductTab a:hover.selectedTab 
{	
	border-bottom:solid 1px #fff;
	z-index:10;
}

.ProductTabView1
{   
	border-top:solid 1px #eee;
    border-right:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
    border-left:solid 1px #ddd;
    float:left;
    width:540px;
    background-color:#ffffff;
    padding:5px; 
}

.ProductTabView1 span
{   
    padding:5px 5px 5px 5px;        
}

.ProductTabView2
{    
    border-top:solid 1px #eee;
    border-right:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
    border-left:solid 1px #ddd;
    float:left;
    width:540px;
    background-color:#ffffff;
    padding:5px;    
}

.ProductTabView2 span
{   
    padding:5px;    
}

.ProductTabView3
{
	border-top:solid 1px #EEE;
    border-right:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
    border-left:solid 1px #ddd;
    float:left;
    width:540px;
    background-color:#ffffff;
    padding:5px;
}
