﻿/* 
These are the master styles for the shopkeeper system
*/

br
{
    clear:both;
}

fieldset
{
   border:0 !important;
}

legend
{
	font-size:1.2em;
	padding:10px 0;
}

dl
{
	padding:0.9em 0.5em 0.6em 0.5em;	
}

dl label
{
	margin:0;
	padding:0;
}

dt
{
	width:100px;	
	text-align: right;
	white-space: nowrap;
	clear: left;
	float: left;
	padding:4px;
	vertical-align:middle;
}

dd
{
	font-size:0.8em;
	vertical-align:middle;
	padding:4px;
}

.shopkeeper-required-field
{
    border:solid 1px red !important;
}

.Required,
/*fieldset span*/
 {
	font-size:150% !important;
	color:#F00 !important;
}

.shopping_basket input,
#LoginButton,
#ctl00_ContentPlaceHolder1_SaveButton, .save-button,
#remove, #buy { 
	background:transparent url(/images/global/btn_bg.gif) repeat-x ; width:auto !important; text-transform:lowercase; font-weight:bold; text-align:center;cursor: pointer; /* hand-shaped cursor */
 	cursor: hand; /* for IE 5.x */ border:1px outset #36C !important; height:20px !important;
 }
 
.save-button { margin-left:115px; }
 
#LoginButton { margin:5px 0 0 70px;}
 
#ctl00_ContentPlaceHolder1_CustomerRegistration_FullNameTextBox,
#ctl00_ContentPlaceHolder1_CustomerRegistration_EmailTextBox,
#ctl00_ContentPlaceHolder1_CustomerRegistration_PasswordTextBox,
#ctl00_ContentPlaceHolder1_CustomerRegistration_ConfirmPasswordTextBox,
#email, #full-name, #current-password, #confirm-password { 
	border:1px inset #36C !important; padding:3px 2px; width:200px;
}

#MessageDisplay { float:left; font-weight:bold; width:550px; margin:5px 0;}
#MessageDisplay p { color:#F00 !important; }
#MessageDisplay a { color:#F00 !important;text-decoration: underline; }


#ctl00_ContentPlaceHolder1_SaveButton { margin-left:110px;}


#ctl00_ContentPlaceHolder1_CustomerRegistration_NewsletterCheckBox { height:auto !important; }

#shopkeeper-update {
	margin:5px 0 0 10px !important;
	padding:1px 0 0 4px; 
	border:1px outset #36C; 
	width: 75px !important;;
	height: 22px;
	color:#333;
	font-weight:bold;
	background:transparent url(/images/global/btn_update_0.gif) no-repeat right top;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
 	cursor: hand; /* for IE 5.x */
	text-align:left;
	height:22px !important;
}

#ctl00_Header1_SimpleSearch1_SimpleSearchButton {
	cursor: pointer; /* hand-shaped cursor */
 	cursor: hand; /* for IE 5.x */
	padding:0 !important;
	height:22px;
}

#shopkeeper-update:hover
{
	background-image:url(/images/global/btn_update_2.gif); 
}

#shopkeeper-continue-button {
  width: 100px;
  height: 55px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent url(/Management/images/global/btn_update.gif) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#shopkeeper-continue-button:hover
{
	background-image:none; 
}

form>#shopkeeper-continue-button { /* For non-IE browsers*/
  height: 0px;
}

.AddProduct {
	color:#FFF !important;
	margin-top:10px;
	background:#FFF url(/images/global/btn_basket.gif) no-repeat right;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	text-transform:lowercase;
	font-weight:bold;
	font-size:100%;
	height:22px;
	width:135px;
	border:1px outset #36C;
}

*html .AddWishlist,
*html .AddProduct { 
	padding-right:0;
}

.AddWishlist, 
.BtnFeedback,
#login_btn,
#ctl00_ContentPlaceHolder1_ReturnToProductCategoryButton1,
#paging_details #previous input,
#shopkeeper-button-holder input
{
  margin-top:10px;
  background:#FFF url(/images/global/btn_bg.gif) repeat-x bottom !important;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  text-transform:lowercase;
  font-weight:bold;
  height:22px;
  padding:1;
  font-size:100% !important;
}

.AddWishlist { width:auto !important; }
.BtnFeedback { margin:0 0 0 114px; width:auto !important; }



#ctl00_ContentPlaceHolder1_ReturnToProductCategoryButton1 { width:auto; margin-top:0; }

#login_btn { width:auto !important; }

form>#shopkeeper-AddProduct {  /* For non-IE browsers*/
  height: 0px;
}

.shopping_basket img {
	width:65px;
	border:1px solid #333;
}

.shopkeeper-select-address
{
}


/* My Account */

.shopkeeper:address-row
{
	clear:both;
}

.shopkeeper:address-row-address
{
	float:left;
}

.shopkeeper:address-row-buttons
{
	float:right;
}

.shopkeeper:address-row-buttons ul
{
	list-style-type:none;
}

.shopkeeper:address-row-buttons-edit
{
	
}

.shopkeeper:address-row-buttons-delete
{
	
}





/* Checkout Confirm Order */

.shopkeeper-confirm-order-header
{
    border:solid 1px #000;
    
    padding:8px;
}

.shopkeeper-confirm-order-header-quantity,
.shopkeeper-confirm-order-row-quantity
{
    float:left;
    width:100px;
    padding:8px;
}

.shopkeeper-confirm-order-header-name,
.shopkeeper-confirm-order-row-name
{
    float:left;
    width:200px;    
    padding:8px;
}

.shopkeeper-confirm-order-header-options,
.shopkeeper-confirm-order-row-attributes
{
    float:left;
    width:200px;
    padding:8px;
}

.shopkeeper-confirm-order-header-price,
.shopkeeper-confirm-order-header-lineprice,
.shopkeeper-confirm-order-row-price,
.shopkeeper-confirm-order-row-lineprice
{
    float:left;
    width:60px;
    padding:8px;
}

.shopkeeper-confirm-order-row
{
    padding:8px;
}

.shopkeeper-confirm-order-rows
{
    clear:both;
}

.shopkeeper-confirm-order-row-quantity
{
}

.shopkeeper-confirm-order-row-name
{
}

.shopkeeper-confirm-order-row-options
{
}

.shopkeeper-confirm-order-row-price
{
}

.shopkeeper-confirm-order-row-lineprice
{
}

.shopkeeper-confirm-order-totals
{
}

.shopkeeper-confirm-order-shipping-address
{
    border:solid 1px #000;
    margin-right:10px;
    float:left;
    width:250px;
}

.shopkeeper-confirm-order-billing-address
{
    border:solid 1px #000;
    float:left;
    width:250px;
}