/**************************************************************

    GenericPage.css for SimmsDirect v2

**************************************************************/

*
{ 
    -moz-box-sizing: border-box; /* Gecko based browsers */
	box-sizing: border-box; /* CSS 3 draft, Webkit, Safari, IE 5 Mac, Opera 9,  Konqueror ? */
}

/**************************************************************

	@FONTS ONLY
	
**************************************************************/
body
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 0.7em;
}

/**************************************************************

	@BOX MODEL ONLY
	
**************************************************************/
body
{
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 1;
}

/* PAGE */
#page
{
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 922px;
    text-align: left;
}

/* PAGE - HEADER */
#page #header
{
    width: 922px;
    height: 150px;
    overflow: hidden; background: transparent url( '../Images/TopBar.gif' ) no-repeat;
}

/* PAGE - HEADER - TOPBAR - LOGIN CONTROL */
#page #header #logincontrol
{
    position: relative;
    height: 40px;
    width: auto;
    top: -153px; 
    _top:-156px;
    margin-left:400px;
    _margin-left:400px;
    z-index:10;
}

/* PAGE - HEADER - TOPBAR - SIMMS LINK */
#page #header #simmsLink
{
    background-color: transparent;
    position: relative;
    height: 40px;
    width: 110px;
    overflow: visible;
    top: -190px; 
    _top:-193px;
    margin-left:805px;
    _margin-left:805px;
    z-index:15;
    cursor: pointer;
}

#page #header #simmsLink a
{
    width: 110px;
    height: 40px;
}

/* PAGE - HEADER - TOPBAR - MY CART */
#page #header #mycart
{
    position: relative;
    height: 40px;
    width: auto;
    top: -184px; _top:-188px;
    margin-left:782px;
    _margin-left:782px;
    z-index:10;
}

/* PAGE - TOP BORDER */
#page #topborder
{
    background: transparent url( '../Images/TopBorder.gif' ) no-repeat;
    width: 920px;
    height: 10px;
    float: left;
    overflow: hidden;
    clear: both;
}

/* PAGE - BOTTOM BORDER */
#page #bottomborder
{
    background: transparent url( '../Images/BottomBorder.gif' ) no-repeat;
    width: 920px;
    height: 10px;
    float: left;
}

/* PAGE - CONTENT HOLDER */
#page #contentholder
{
    width: 920px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

/* PAGE - CONTENT HOLDER - LEFT NAVIGATION */
#page #contentholder #left
{
    float: left;
    width: 180px;
}

/* PAGE - CONTENT HOLDER - MAIN CONTENT */
#page #contentholder #main
{
    float: left;
    width: 720px;
}

/* PAGE - CONTENT HOLDER - MAIN CONTENT - TOP CONTROL */
#page #contentholder #main #topcontrol
{
    float: left;
    width: 720px;
    display: block;
}

/* PAGE - CONTENT HOLDER - MAIN CONTENT - CONTENT */
#page #contentholder #main #content
{
    clear: left;
    display: block;
    position: relative;
    float: left;
    width: 720px;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    border-bottom: solid 0px #CCC;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

#page #contentholder #main #topcontrol #TopGroupGreyBar
{
    position: absolute;
    z-index: 55;
    top: 194px;
    height: 0px;
    width: 710px;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
    line-height: 0px;
    font-size: 1px;
}

#nav1_control_1px 
{
	position: absolute;
	width: 1px;
	height: 1px;
	background: #ccc;
	z-index: 100;
	margin: 34px 0 0 0;
	_margin: 34px 0 0 -720px;
}

#nav1_control_1px hr
{
	display: none;
}

#page #contentholder #main #topcontrol #TopRightCornerImage
{
    position: absolute;
    z-index: 70;
    background-image: url(../images/contentBorder_TopRight.gif);
    background-repeat: no-repeat;
    background-position: right;
    border-left: solid 1px #CCCCCC;
    top: 194px;
    width: 720px;
    height: 10px;
}

#contentBorder_bottom
{
    background: transparent url( '../Images/contentBorder_bottom.gif' ) no-repeat;
    width: 720px;
    height: 8px;
    float: left;
    top: -8px;
    _top: -10px;
    position: relative;
}

#contentBorder_bottom_white
{
    background: #fff;
    position: absolute;
    width: 720px;
    height: 2px;
    _margin-top: -15px;
}

/* PAGE - FOOTER */
#page #footer
{
    clear: both;
    float: left;
    margin-top: 10px;
    width: 920px;
    height: 30px;
}

/**************************************************************

	@Content Styles
	
**************************************************************/

.contentTxt
{
    color: #666666;
    font-family: Arial;
    font-size: 11px;
}

.contentTxtRed
{
    color: #ff0000;
    font-family: Arial;
    font-size: 11px;
}

.content-frame
{
    border: solid 1px #cccccc;
    padding: 10px;
}

.bottom-space
{
    margin-bottom: 10px;
}


/**************************************************************

	@CONTROLS
	
**************************************************************/
/*  -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    News Styles
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.newsTickerHeaderTxt
{
    color: #ff0000;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
}

.newsTickerDateTxt
{
    color: #ff0000;
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
}
.newsTickerDateTxt:link
{
    color: #ff0000;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.newsTickerDateTxt:visited
{
    color: #ff0000;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.newsTickerTxt
{
    color: #666666;
    font-family: Arial;
    font-size: 11px;
}

.newsTickerTxtMore
{
    color: #666666;
    font-family: Arial;
    font-size: 10px;
}
.newsTickerTxtMore a
{
    border: solid 1px #999999;
    padding: 3px;
}
.newsTickerTxtMore a:hover
{
    color: #000000;
}



/* Login Control Panel */
#page #header #logincontrol #Header_Login_plLogin
{
    margin-top: 5px;
    margin-left: 130px; _margin-left:80px;
}

/* HeaderTitle Control */
#HeaderTitleControl
{
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    width: 720px;
    padding-top: 33px; _padding-top:10px;
	padding-left:10px;
	clear:left;

}

/* BULK ORDER Control on FastBulkOrder page */
#controlBulkOrder
{
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}

#controlBulkOrder #bulkorder-link
{
    padding-right: 5px;
    padding-left: 9px; _padding-left:26px;
}

/* FAST ORDER Control on FastBulkOrder page */
div#controlFastOrder
{
    float: left;
    margin-left: 10px;
    padding-right: 15px;
    width: 180px;
    margin-bottom: 30px;
}

.ComboBoxInput_Default
{
    width: 120px !important;
    color: #cccccc !important;
    border: solid 1px #cccccc !important;
}


div#controlFastOrder span.colLeft
{
    text-align: left;
    float: left;
    width: 120px;
    margin-bottom: 5px;
}

div#controlFastOrder span.colRight
{
    float: left;
    padding-left: 5px;
}

.ComboBoxInput_Default
{
    width: 120px !important;
    color: #CCcccC !important;
}

.tbQuantity
{
    position: relative;
    _top: 1px;
    width: 35px;
    height: 21px;
    padding-top: 3px;
}

div#controlFastOrder input#Fastorder_btnAdd
{
    margin-right: 5px;
}

/* Address Control */

#UserAddress_plAddress input, select
{
    border: solid 1px #cccccc;
    font-size: 11px;
}


/**************************************************************

	@HOME
	
**************************************************************/

div#home_randomContent
{
    width: 299px;
    float: left;
    border: solid 0px #000000;
    margin: 0px;
    padding: 0px;
}

div#home_Content1
{
    width: 275px;
    float: left;
    border-right: dotted 1px #999999;
    margin-left: 10px;
    padding-right: 10px; _padding-right:0px;
}

span#home_NewsScroll
{
    width: 265px;
    float: left;
    border-top: dotted 1px #999999;
    margin-right: 10px;
}

div#home_DistributorList
{
    width: 82px;
    float: left;
    margin-left: 25px;
    text-align: center;
}

img#btn_up
{
    cursor: hand;
}


/**************************************************************

	@SIMMSDIRECT HOME
	
**************************************************************/
div#directHome_leftContent
{
    float: left;
    width: 500px;
    padding-right: 10px;
}


div#directHome_randomContent
{
    float: left;
    width: 291px;
}

div#directHome_content1
{
    float: left;
    width: 199px;
}

div#directHome_myFavourites
{
    clear: left;
    margin-top: 10px;
}

div#directHome_rightContent
{
    float: left;
    width: 170px;
    padding-left: 10px;
    border-left: dotted 1px #CCCCCC;
    padding-bottom:30px;
}


div#directHome_fastOrder span.colLeft
{
    text-align: left;
    float: left;
    width: 140px;
    margin-bottom: 5px;
}

div#directHome_fastOrder span.colRight
{
    margin-left: 5px;
    float: left;
}

div#directHome_fastOrder
{
    float: left;
    width: 175px;
    margin-bottom: 30px;
}

div#directHome_fastOrder .tbQuantity
{
    width: 30px;
    padding-top: 3px;
}

div#directHome_fastOrder .ComboBoxInput_Default
{
	width: 135px!important;	
	
}

div#directHome_bulkOrder
{
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

div#directHome_bulkOrder #BulkOrderDirect_flFileURL
{
    width: 610px !important;
    _width: 613px !important;
    margin-bottom: 3px;
}

div#directHome_bulkOrder #BulkOrderDirect_btnBulkUpload
{
    margin-bottom: 3px;
}


div#directHome_bulkOrder #bulkOrder-Link
{
    margin-right: 16px; _margin-right:20px;
    padding-left:5px;
}

#directHome_myFavourites #Favourites_cagFavourites
{
	width: 670 !important;
	_width: 670 !important;
}

#directHome_myFavourites .buttonContainer
{
	width: 670;
	_width: 670;
	margin-top: 5px;
}

#Favourites_cagFavourites *
{
	font-size: 8pt;
}

#directHome_myFavourites .HeadingRow *
{
	font-size: 8pt;
}

#directHome_recentOrders .HeadingRow *
{
	font-size: 8pt;
}

#directHome_backOrders .HeadingRow *
{
	font-size: 8pt;
}

/**************************************************************

	@FASTBULKORDER PAGE
	
**************************************************************/


/*  -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    Sitemap Styles
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.sitemap
{
    color: #000000;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}

.sitemap:link
{
    color: #666666;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}

.sitemap:active
{
    color: #666666;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}

.sitemap:hover
{
    color: #FF0000;
    font-family: Arial;
    font-size: 11px;
    text-decoration: underline;
}

.sitemap:visited
{
    color: #666666;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}

.sitemap:visited:hover
{
    color: #666666;
    font-family: Arial;
    font-size: 11px;
    text-decoration: underline;
}

/* UL LI
{
    color: #999999;
    font-family: Arial;
    font-size: 11px;
    list-style-position: outside;
    line-height: 10px;
    margin-top: 10px;
    margin-left: -5px;
    text-decoration: none;
    list-style-image: url(../images/client/wire/arrow.gif);
} */
 
UL UL LI
{
    color: #666666;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    list-style-image: none;
}

UL UL UL LI
{
    color: #666666;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    list-style-image: none;
}

UL UL UL UL LI
{
    color: #666666;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    list-style-image: url(../images/client/wire/mini-arrow.gif);
}


/**************************************************************

	@UpdateProfile Page
	
**************************************************************/








/**************************************************************

	GENERIC

    SIMMS DIRECT v2 SPECIFIC
	
**************************************************************/

.btnLogin, .button
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 9px;
    font-weight: bold;
    color: #666666;
    height: 20px;
    border: solid 1px #000;
    background: transparent url( '../Images/btnBg.gif' ) repeat-x top left;
}

.btnLogin:hover
{
    color: #000;
    height: 20px;
    width: 50px;
    border: solid 1px #999;
}

.tbLogin
{
    border: solid 1px #ccc;
    height: 20px;
    width: 95px;
}

.HeaderTxt
{
    color: #ff0000;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
}

.button
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11px !important;
    font-weight: bold !important;
    color: #666;
    height: 20px;
    border: solid 1px #ccc;
    background: transparent url( '../Images/btnBg.gif' ) repeat-x top left;
}

.buttonContainer
{
	
	width:670px;
	text-align: right;
	margin-top:10px;
}
	

.button:hover
{
    color: #666;
    height: 20px;
    border: solid 1px #999;
}

.linkButton
{
	line-height: 20px;
	_line-height: 16px;
	text-decoration: none;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	border: solid 1px #ccc;
	padding-top: 2px;
	padding-bottom: 2px;
	_padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	background: transparent url( '../Images/btnBg.gif' ) repeat-x top left;
}

.linkButton:hover
{
	line-height: 20px;
	_line-height: 16px;
	text-decoration: none;
	color: #666;
	border: solid 1px #999;	
}


a
{
    color: #666;
    text-decoration: underline;
}

a:hover
{
    color: #FF0000;
    text-decoration: underline;
}

legend
{
    color: #666;
}

.textbox
{
    border: solid 1px #cccccc;
    font-size: 11px;
}

.dropdownlist
{
    border: solid 1px #cccccc;
    font-size: 11px;
}

.radiobutton
{
    font-size: 11px;
    vertical-align: middle;
}

/**************************************************************

	GENERIC
	
**************************************************************/
.nomargin
{
    margin: 0;
    padding: 0;
}

.topmargin
{
    padding-top: 6px;
}

.middle
{
    vertical-align: bottom;
}

.below
{
    z-index: -1;
}

.top
{
    vertical-align: top;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
}

/**************************************************************

	COMPONENT ARTS
	
**************************************************************/
div.caCallback_loadingtemplate
{
    width: 675px;
    border: solid 1px #cccccc;
    height: 322px;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

div.caGrid_loadingtemplate
{
    width: 100%;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

p.subtitle
{
    color: rgb(220, 50, 50);
    font-weight: bolder;
    font-size: 10pt;
}

/**************************************************************

	INPUT VALIDATION - JW Added 18/01/2006
	
**************************************************************/

.validationInvalid
{
    border: solid 1px #c02038;
}

.validationValid
{
    border: solid 1px #000;
}

.validationSummary
{
    border: solid 1px #c02038;
}

/**************************************************************

	CLEANER
	
**************************************************************/

div.cleaner
{
    clear: both;
    margin: -1px 0 0 0;
    visibility: hidden;
}

div.cleaner hr
{
    display: none;
}

/**************************************************************

	COLOURS
	
**************************************************************/

.red
{
    color: rgb(220, 50, 50);
}

.white
{
    color: #ffffff;
}

.black
{
    color: #000000;
}

.gray, grey
{
    color: #666666;
}

/**************************************************************

	r.a.d.combobox default embedded skin
	
**************************************************************/

.ComboBoxDropDown_Default
{
	border: 0px solid #cccccc !important;
	scrollbar-face-color: #E9E9E9;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E9E9E9;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-arrow-color: #787878;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #AEAEAE;
	background: white;
	width: 303px !important;
	margin-top: 1px;
}

.Fastorder_cbProductCodeX_DropDown
{
	border: 1px solid #ccc !important;
	scrollbar-face-color: #E9E9E9;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E9E9E9;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-arrow-color: #787878;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #AEAEAE;
	background: white;
	width: 302px;
}

.ComboBoxHeader_Default
{
	
	border: 1px solid #cccccc !important;
	border-bottom: 0px solid #cccccc !important;
	height: 24px !important;
	width: 300px !important;
	text-align:left !important;
	background: #eee !important; 
}

.ComboBoxImage_Default
{
	vertical-align:middle;
	margin-left:-2px;
}

.ComboBoxImageHover_Default
{
	vertical-align:middle;
	margin-left:-2px;
}

.ComboBoxInput_Default
{
	height: 21px;
	border: solid 1px #ccccccc;
	scrollbar-base-color: #B6D2FC;
	vertical-align: middle;
	background: #f8f8f8 url(Images/ComboBox/bg.gif) repeat-x;
	font: normal 11px Arial, Verdana, Sans-serif;
	color: #666;
	padding-top: 3px;
	width: 297px;
	padding-left: 3px;
	cursor: default;
}

.ComboBoxInputHover_Default
{
	height: 21px;
	border: solid 1px #cccccc !important;
	scrollbar-base-color: #B6D2FC;
	vertical-align: middle;
	background: #f8f8f8 url(Images/ComboBox/bg.gif) repeat-x;
	font: normal 11px Arial, Verdana, Sans-serif;
	color: #333;	
	cursor: default;
	padding-top: 3px;
	padding-left: 3px;
	width: 297px;
}

.ComboBoxItem_Default
{
	font-family: Arial;
	font-size: 11px; 
	color: #666666;	
	padding: 3px;
	padding-right:0px !important;
	text-decoration: none;
	text-align: left;
	_height:1%;
	width: 299px;
}

.ComboBoxItemHover_Default
{
	font-family: Arial;
	font-size: 11px; 
	color: black;
	text-decoration: none;
	background-color: #f0f0f0 !important; 
	cursor: pointer;
	cursor: hand;
	padding: 3px;
	padding-right:0px !important;
	text-align: left;
	_height:1%;
	width: 299px;
}

.ComboBoxItemDisabled_Default
{
	font-family: Arial;
	font-size: 11px; 
	color: gray;
	cursor: no-drop;
	padding: 3px;
	text-decoration: none;
	text-align: left;
}

.ComboBoxLoadingMessage_Default
{
	font-family: Arial;
	font-size: 11px; 
	padding: 2px;
}

.ComboBoxMoreResultsMessage_Default
{
	font-family: Arial;
	font-size: 10px;
	padding-bottom: 4px;
}


.ComboBoxMoreResultsImage_Default
{
	padding: 5px;
	margin: 5px;
}

.ComboBoxMoreResultsBox_Default
{
	background-image: url(Images/ComboBox/moreResults.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #F7F7F7;
	cursor: default;
}

.comboBoxHeaderText
{
font: bold 12px Arial, Verdana, Sans-serif !important;
color: #ccc;
}



/**	SAFARI CSS HACKS **/

#page #contentholder
{
    width: 918px;
}



#HeaderTitleControl
{
    width: 708px;
}

#nav1_control 
{
	margin-left: -1px;
}

#page #contentholder #main #topcontrol #TopRightCornerImage
{
    border-left: solid 1px #fff;
}

/**	SAFARI IGNORES **/

#page #contentholder
{
    width: 920px;#
}


div.caCallback_loadingtemplate
{
    width: 698px;#
}

.Fastorder_cbProductCodeX_DropDown
{
	width: 300px;#
}

.ComboBoxItem_Default
{
	width: 298px;#
}

.ComboBoxItemHover_Default
{
	width: 298px;#
}


#HeaderTitleControl
{
    width: 720px;
}

#nav1_control 
{
	margin-left: 0;
}

#page #contentholder #main #topcontrol #TopRightCornerImage
{
    border-left: solid 1px #CCCCCC;
}

/* -- OLD website CSS Start - JW Added 27/03/2007

from old website used for news section... -- */

.contentHdr {
	font-size: 18px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: bold;
	color: rgb(220, 50, 50);
	line-height: normal;
}

.contentHdrSmall {
	font-size: 14px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: bold;
	color: rgb(220, 50, 50);
	line-height: normal;
}

/* SAFARI hacks */

@media screen and (-webkit-min-device-pixel-ratio:0){
	#page #contentholder #main #content {width: 699px}
	#HeaderTitleControl {width: 709px}
	#page #contentholder {width: 918px}
	#contentBorder_bottom {top: -1px;}
	.TopLevelGroup {margin-left: -1px;}
}