﻿#shopwindow
{
    width:100%;
    border:none;
    padding-top:10px;
}

#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
{
  display:inline;
  border:none;
  width:150px;
  text-align:center; 
}

.displayitem fieldset
{
  display:inline;
  border-color: #4a4aa5;
  border-width: 1px;
  border-style: solid;
  width:150px;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  text-align:center;
}

.displayitem fieldset legend
{
	font-size:12px; /* 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;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    color:#ffc;
    font-weight:bold;
    background-color:#4a4aa5;
    border-color: #4a4aa5;
    padding:2px;
    text-decoration:none;    
}

.displayitem fieldset legend a
{
    color:#ffc;
    text-decoration:none;
}

.displayitem .itemimage
{
    margin-top:5px;
    margin-bottom:5px;
    border:solid 1px #555;
    width:125px;
    border :solid 1px #555;
}

.shopitemform
{
  display:inline;
  border:none;
  width:150px;
  text-align:center;
  padding:0px;
}

.shopitemform fieldset
{
  display:inline;
  border-color: #4a4aa5;
  border-width: 1px;
  border-style: solid;
  width:150px;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  text-align:center;
}

.shopitemform fieldset legend {
	font-size:12px; /* 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;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    color:#ffc;
    font-weight:bold;
    background-color:#4a4aa5;
    border:solid 1px #4a4aa5;
    padding:2px;        
}

.shopitemform fieldset .itemimage
{
    margin-top:5px;
    margin-bottom:5px;
    border:solid 1px #555;
    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 #000;
}

#cartsummaryHeader
{
	display:block;
	border:solid 1px #000;
	border-left:solid 10px #000;
	border-top:none;
	width:120px;
	position:relative;
	top:10px;
	margin-left:20px;
	padding:0px 5px 0px 5px;
	background-color:#06c;
	color:#ff0;
	font-weight:bold;
	font-size:0.9em;
	white-space:nowrap;
	background: url(../../images/gadgetfill.gif) repeat-x;
}

#cartsummary .item
{ 
	display: inline;  /* block float the labels to left column, set a width */	
	width: 0px; 
	float:left;
	width:55px;
	border-bottom:solid 1px #aaa;
	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:#029;
	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 : #029;
    width:100px;
    font-size:0.75em;
    text-align:left;
    border-bottom:solid 1px #aaa;
}

#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
{
  border:none;
  /* padding in fieldset support spotty in IE */
  margin: 0px;
}

#itemsummary fieldset legend
{
    font-size:10px; /* 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:bold;
    background-color:#4A4AA5;
    color:#FFC;
    border:solid 1px #4A4AA5;
    padding:2px;
}


#itemsummary fieldset .floatleft
{
    float:left;
    width:250px;    
}

#itemsummary fieldset .floatright
{
    float:right;
    text-align:right;
    margin:0px 0px 0px 0px;
    padding:0px;
}

#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
{
    width:250px;    
    padding: 10px 0px 10px 0px;
    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:10px 0px 0px 0px;    
    text-align:center;
}

.TabMenu
{
    float:left;
    clear:both;
}

.TabView1
{
    border-top:solid 1px #AAF;
    border-right:solid 1px #AAF;
    border-bottom:solid 1px #AAF;
    border-left:solid 1px #AAF;
    float:left;
    width:99%;
    background-color:#ffffff;
}

.TabView2
{
    border-top:solid 1px #AAF;
    border-right:solid 1px #AAF;
    border-bottom:solid 1px #AAF;
    border-left:solid 1px #AAF;
    float:left;
    width:99%;
    background-color:#ffffff;
}

.TabView2 span
{   
    padding:5px 5px 5px 5px;    
}

.TabView3
{
    border-top:solid 1px #AAF;
    border-right:solid 1px #AAF;
    border-bottom:solid 1px #AAF;
    border-left:solid 1px #AAF;
    float:left;
    width:99%;
    background-color:#ffffff;
}

.TabView3 span {padding:5px;}

#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;
}

