/*
=================================================================================
WISEINTERNET APPLICATION DEVELOPMENT. ©2008 WISEINTERNET. WWW.WISEINTERNET.COM
All rights reserved. No unauthorised duplication. 
=================================================================================
*/

/*
	CSS STYLE NOTE:
	Lower case for html tag styles (html), camel case (DropDownList) for all other custom styles 
	Html elements first then list ID styles alphabetically with styles within the ID styles
	listed with HTML elements first followed by custom styles listed alphabetically
*/
/* CUSTOM STYLES */
/* Header Styles */
#Header h1
{
	font-size: 21px;
	position: absolute;
	left: 180px;
	top: 16px;
	margin-top: 0px;
}
/* Panel Styles */
.Panel
{
	background: url(/App_Themes/Manager/img/bg_login.gif) repeat-x #ffffff;
	padding: 10px;
	color: #666666;
}
.Panel p
{
	color: #333;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 2px;
}
.Panel a:link, .Panel a:visited
{
	color: #0099cc;
	text-decoration: none;
}
.Panel a:hover
{
	color: #0099cc;
	text-decoration: underline;
}


/* Customer Panel Styles */
#LoggedIn
{
	width: 215px;
	padding: 10px;
	padding-bottom: 13px;
	color: #fff;
	margin-bottom: 3px;
	background: url(/App_Themes/Manager/img/bg_menu.gif) repeat-x #009ddc;
}
#LoggedIn p
{
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#LoggedIn a:link, #LoggedIn a:visited
{
	color: #fff;
	text-decoration: none;
}
#LoggedIn a:hover
{
	text-decoration: underline;
}
#LoggedIn .Login
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#LoggedInTop
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #009ddc;
}
#LoggedOut
{
	background: url(/App_Themes/Manager/img/bg_login.gif) repeat-x #ffffff;
	padding: 5px;
	padding-bottom: 15px;
}
#LoggedOut a:link, #LoggedOut a:visited
{
	color: #666;
	text-decoration: none;
}
#LoggedOut a:hover
{
	color: #0099cc;
	text-decoration: underline;
}
#LoggedOutTop
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #009ddc;
}


/* QuickView Modal Dialog Styles */
.QuickViewBackGround
{
	background-color: Gray;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.QuickViewWindow
{
	background-color: #ffffff;
	padding: 2px;
	background-position: left top;
	background-repeat: no-repeat;
	width: 650px;
}
/* Custom Shop Styles */
/* Product Item Styles - Item.aspx */
#ShpItem
{
	padding-left: 0px;
	padding-top: 10px;
}
#ShpItem h3
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 2px;
}
#ShpItem .ProName
{
	font-size: 28px;
	line-height: 120%;
	margin-bottom: 5px;
}
#ShpItem .ProCode
{
}
#ShpItem .ProVariantName
{
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 5px;
}
#ShpItem .ProDescription
{
	font-size: 16px;
	line-height: 120%;
	color: #666666;
	margin-bottom: 10px;
}
#ShpItem .ProComposition
{
	font-size: 11px;
	color: #666666;
}
#ShpItem .ProPriceRetail
{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 36px;
	color: #009cdc;
}
#ShpItem .ProExtendedDescription
{
	color: #555;
	margin-left: 5px;
	margin-top: 0px;
	line-height: 180%;
}
#ShpItem .ProImage1
{
	border: solid 1px #ccc;
}
#ShpItem .ProImage2
{
	border: solid 1px #ccc;
}
#ShpItem .ProImage3
{
	border: solid 1px #ccc;
}
#ShpItem .ProImage4
{
	border: solid 1px #ccc;
}
#ShpItem .ProImage5
{
	border: solid 1px #ccc;
}
/* Item.aspx Variants / Options */
#ShpItem .ProVariant td
{
	padding: 2px;
}
#ShpItemOption
{
}
#ShpItemOption a:link, #ShpItemOption a:visited, #ShpItemOption a:hover
{
	color: #333333;
	display: block;
	text-decoration: none;
	width: 32px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #cccccc;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
}
#ShpItemOption .On:link, #ShpItemOption .On:visited, #ShpItemOption .On:hover
{
	color: #ffffff;
	background: #333333;
}
#ShpItemCart
{
	background: #e5e5e5;
}
#ShpItemCart p
{
	margin-top: 0px;
	margin-bottom: 0px;
}
#ShpItemLinks
{
	font-size: 10px;
}
#ShpItemLinks td
{
	background: #f2f2f2;
}
#ShpItemLinks a:link, #ShpItemLinks a:visited
{
	color: #0099cc;
	text-decoration: none;
}
#ShpItemLinks a:hover
{
	color: #0099cc;
	text-decoration: underline;
}
#ShpItemImages
{
	border: 0px solid #000000;
}
#ShpItemImages img
{
	border: 1px solid #cccccc;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-top: 5px;
}
/* Checkout Styles - Checkout.aspx */
#Checkout
{
	padding-top: 5px;
}
#Checkout div
{
	margin-left: 5px;
	margin-right: 5px;
}
#Checkout p
{
	color: #0099cc;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
}
#CheckoutTotal p
{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
#CheckoutTotal span
{
	font-size: 24px;
	color: #0099cc;
}
#CheckoutTotal a:link, #CheckoutTotal a:visited
{
	color: #0099cc;
	text-decoration: none;
}
#CheckoutTotal a:hover
{
	color: #0099cc;
	text-decoration: underline;
}
/* Customer Account Styles */
#Account
{
	padding-top: 5px;
}
#Account a:link, #Account a:visited
{
	color: #0099cc;
	text-decoration: none;
}
#Account a:hover
{
	text-decoration: underline;
}
#Account td
{
	vertical-align: top;
}
/* Order Styles - Order.aspx */
#Order
{
}
#OrderTable
{
	position: relative;
	top: -10px;
}
#OrderTable table
{
	background: #fff;
	border-right: 2px solid #cccccc;
}
#OrderTable th
{
	background: #5a5a5a;
	color: #fff;
	border: 2px solid #cccccc;
	border-right: 0px solid #cccccc;
}
#OrderTable .White
{
	background: #ffffff;
	border: 2px solid #cccccc;
	border-right: 0px solid #cccccc;
	border-top: 0px solid #cccccc;
}
#OrderTable .Grey
{
	background: #eeeeee;
	border-left: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}
.NewProductCell
{
    padding-right:15px !important;
    padding-right:10px;
}
*:first-child+html .NewProductCell
{
    padding-right:10px !important;
}
