﻿/* ======================================== */
/* FORM ELEMENTS STYLE ==================== */
/* ======================================== */

/* General Form Elements ================== */

.listBoxes
{
	font-family: Tahoma;
    font-size: 11px;
    color: #505050;
    padding: 1px 0px 1px 3px;
}

.textBoxes
{
	font-family: Tahoma;
    font-size: 11px;
    color: #505050;
    padding: 2px 0px 2px 3px;
}

.insteadOfUnderline
{
	color: #1B6BDF;
}

.insteadOfUnderline2
{
	color: #007332;
}

.actionsPanelRight
{
	float:right;
}

.actionsPanelLeft
{
	float:left;
}

.actionsPanelBoth
{
	width: 782px;  /* the main container width */
}

.contentHeader
{
	font-family: Tahoma;
    font-size: 17px;
	color: #1B6BDF;	
	padding: 13px 0px 0px 37px;
}

.contentHeaderBack
{
    width: 782px;
    height: 47px;
    background: url(images/contentheaderback.jpg);
}

.contentSubHeader
{
	color: #1B6BDF;
	font-weight: bold;
}

.fakeline
{
	height:1px;
	background: #E0E0E0;
}

a, img { border:0; outline:0; }

/* Products List ========================== */

.productSmallDisplayer
{
	width: 782px; /* the main container width */	
}

.productSmallDisplayerSeparator
{
	background: #E0E0E0;
	height: 1px;
}

.productSmallDisplayerPImg
{
    width: 100px; /* thumb is 100x100 */
	height: 100px;
	border:solid 1px #BFD6FF;
}

.productSmallDisplayerPImg:hover
{
    width: 100px; /* thumb is 100x100 */
	height: 100px;
	border: solid 1px #DFE9FC;
}

.productSmallDisplayerImg
{
	float: left;
	width: 120px;
	height: 102px;
}

.productSmallDisplayerImg:hover
{
	float: left;
	width: 120px;
	height: 102px;
	background: url(images/hoverproduct.jpg);
}

.productSmallDisplayerInfo
{
	float: right;
	width: 655px; /* main container width - thumb width - 7px gap */
}

.productSmallDisplayerInfoLeft
{
	float: left;
	width: 333px;
}

.productSmallDisplayerInfoRight
{
	float: right;
	text-align: right;
	width: 322px; /* productSmallDisplayer - productSmallDisplayerInfoLeft - 10px gap */
}

.productSmallDisplayerIsOfferLabel
{
	color: #FF7200;
	font-weight: bold;
}

.productSmallDisplayerIsNewLabel
{
	color: #007332;
	font-weight: bold;
}

/* Products Details ======================= */

.productBigDisplayerImgArea
{
	float: right;
	width: 120px;
	background: url(images/hoverclickme.jpg) top no-repeat;
}

.productBigDisplayerImgArea:hover
{
	float: right;
	width: 120px;
	background: url(images/hoverclickme2.jpg) top no-repeat;
}

.productBigDisplayerImg
{
    float: right;
	border: solid 1px #E0E0E0;
}

.productBigDisplayerImg:hover
{
    float: right;
	border: solid 1px #3176F3;
}

.productBigDisplayerImgText
{
	width: 120px;
	font-size: 9px;	
	text-align: center; 
}

.productBigDisplayerInfo
{
	float: left;
	width: 652px; /* main container width - thumb container - 10px gap */
}

.productBigDisplayerIsOfferLabel
{
	color: #FF7200;
	font-weight: bold;
}

.productBigDisplayerIsNewLabel
{
	color: #007332;
}

/* Shopping Cart ========================== */

.CartNoProductsLabel
{
	color: #007332;
}

/* Help Boxes ============================= */

#HelpBox
{
	display: none;
}

#HelpArea
{
	width: 780px; /* the main container width - 2px (left, right borders) */
	border: solid 1px #C0C0C0;
	background: #F5F5F5;
}

#HelpText
{
	padding: 10px 10px 10px 10px;
}

.HelpBoxFakeLinkShow
{
	color: #006C9D;
	font-weight: bold;
}

.HelpBoxFakeLinkShow:hover
{
	color: #006C9D;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.HelpBoxFakeLinkHide
{
	color: #007332;
	font-weight: bold;
}

.HelpBoxFakeLinkHide:hover
{
	color: #007332;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

/* User Info Table ======================== */

.usrInfoTbl
{
	width: 680px; /* the main container width */
}

.usrInfoCell1
{
	width: 189px;
	height: 20px;
}

.usrInfoCell2
{
	width: 6px;
	text-align: left;
	height: 20px;
}

.usrInfoCell4
{
	width: 210px;
	height: 20px;
}

.usrInfoCell3
{
	width: 275px; /* main table width - cell 1 - cell 2 - cell 4 || apply this value to the text boxes width too in .aspx - 5px margin*/
	height: 20px;
}

/* Orders info pages ======================== */

.pendingOrder
{
	color: #D2691E;
}

.doneOrder
{
	color: #007332;
}

.cancelOrder
{
	color: #FF0000;
}

/* Orders Details General Info Box ======== */

.InfoArea
{
	width: 780px; /* the main container width - 2px (left, right borders) */
	border: solid 1px #C0C0C0;
	background: #F5F5F5;
}

.InfoText
{
	padding: 10px 10px 10px 10px;
}

/* News Page ============================== */

.newsDisplayer
{
	width: 680px; /* the main container width */
}

.newsSeparator
{
	background: #E0E0E0;
	height: 1px;
}

.newsSubHeader
{
	color: #006C9D;
	font-size: 10px;
}

/* Complete order page special table ======= */

.complOrderInfoTbl
{
	width: 480px; /* the main container width - 200 px*/
}

.complOrderInfoCell1
{
	width: 189px;
	height: 20px;
}

.complOrderInfoCell2
{
	width: 6px;
	text-align: left;
	height: 20px;
}

.complOrderInfoCell3
{
	width: 285px; /* main table width - cell 1 - cell 2|| apply this value to the text boxes width too in .aspx - 5px margin*/
	height: 20px;
}

/* Complete order page progress div ======= */

.progressArea
{
	float: right;
	width: 188px;
}

.progressAreaTxt
{
	padding: 10px 10px 10px 10px;
	color: #007332;
}

/* New products, offer on first page ======= */

.bubbleHeader
{
    width: 782px;
    height: 47px;
    background: url(images/bubblesheader.jpg);
}

.bubbleHeaderTxt1
{
    font-family: Tahoma;
    font-size: 14px;
	color: #007332;	
	padding: 14px 0px 0px 37px;
}

.bubbleHeaderTxt2
{
    font-family: Tahoma;
    font-size: 14px;
	color: #FF7200;	
	padding: 14px 0px 0px 37px;
}

.bubbleHeaderTxt3
{
    font-family: Tahoma;
    font-size: 14px;
	color: #405376;	
	padding: 14px 0px 0px 37px;
}

.bubbleLine
{
    width: 782px;
    background: url(images/bubbleslines.jpg);
}

.bubbleFooter
{
    width: 782px;
    height: 29px;
    background: url(images/bubblesfooter.jpg);
}

.bubbleTable
{
    width: 754px;
}

.bubbleTD1
{
    width: 143px;
}

.bubbleTD2
{
    width: 143px;
    height: 143px;
    background: url(images/bubbleImgsBack.jpg);    
}

.bubbleTD3
{
    width: 143px;
    text-align: right;    
}

.bubbleTDgap
{
    width: 10px;
}

.bubbleTDgapFix
{
    width: 9px;
}

.bubbleLittleFix
{
    height:5px;
}

.bubbleImgFix
{
    padding: 20px 0px 0px 22px;
}

.bubbleImgCont
{    
    width: 100px;
    height: 100px;
    border: solid 1px #BFD6FF;
}

.bubbleImgCont:hover
{    
    width: 100px;
    height: 100px;
    border: solid 1px #3176F3
}

/* Contact envelope ======================== */

.contactEnvelope
{
    float:right;
    width: 202px;
    height: 146px;
    color: #1B6BDF;    
    border: solid 1px #5E8CE4; 
    background: url(images/envelope.jpg);
}

/* Life is good products ================= */
.lifeIsGoodDiv
{
    float: left;
    margin-top : 15px;    
    margin-right: 20px;
    width: 150px;
    height: 30px;
    text-align: center;
    border: solid 1px #6FA2C9;
    background: #F8F3EA;
    font-weight: bold;  
}

.lifeIsGoodDiv:hover
{
    float: left;
    margin-top : 15px;    
    margin-right: 20px;
    width: 150px;
    height: 30px;
    text-align: center;
    border: solid 1px #6FA2C9;
    background: #ECE3D3;
    font-weight: bold;  
}

.lifeIsGoodDivTxt
{
     padding-top: 9px;    
}
