

/* misc */
/*
.red 
{
    color: #F00;
}

.relative 
{
    position: relative;
}

.left {
	float: left;
}

.right {
	float: right;	
}

.clear {
	clear: both;	
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}
*/
/* layout start */



/* layout end */

/* start start */
/*
#startMedia 
{
    width: 604px;
    height: 264px;
    margin-bottom: 20px;
}

#startMedia IMG 
{
    display: none;
}

.startBox 
{
    width: 188px;
    height: 130px;
    float: left;
    position: relative;
}

.startBox .inner 
{
    position: absolute;
    top: 5px;
    left: 4px;
    background-color: #edecea;
    padding: 8px;
    width: 163px; 
    height: 37px; 
    
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter:alpha(opacity=85)
}

.startBoxSeparator 
{
    width: 20px;
    float: left;
} 

*/



/* start end */
/*
DIV.greyDottedHr 
{
    height: 1px;
    background: url(bg-grey-dotted-hr.gif) repeat-x;
    width: 100%;
    margin-bottom: 20px;
    clear: both;
}

DIV.greyDottedHr HR 
{
    display:none;
} 

.input 
{
    border: 1px solid #cacaca;
    background: url(bg-input.gif) repeat-x;
    height: 14px;
    padding: 2px;
}



.arrowButton, .arrowButtonBig 
{
    border: 0;
    cursor:pointer;
    background: url(bg-arrowbutton-right.gif) no-repeat right top;
    padding: 0 18px 0 0;
    height: 20px;  
    display: block;
    float:left;
}

.arrowButton span, .arrowButtonBig span
{
    background: url(bg-arrowbutton-left.gif) no-repeat left top;
    display:block; 
    height: 20px;   
    line-height: 20px;
    white-space: nowrap; 
    padding: 0 7px;
}

.arrowButtonBig  
{
    background: url(bg-arrowbutton-big-right.gif) no-repeat right top;
    padding: 0 21px 0 0;
    height: 25px;  
}

.arrowButtonBig span
{
    background: url(bg-arrowbutton-big-left.gif) no-repeat left top;
    height: 25px;   
    line-height: 25px;
    padding: 0 10px;
}


*/


#contactUsDirectlyBox .input 
{
    width: 219px; /* 223 - 2 - 2*/
    margin-top: 5px;
}

#contactUsDirectlyBox .textarea 
{
    margin: 10px 0;    
} 



#tellAFriend, #loginWindow
{
    background-color: #FFF;
    border: 1px solid #cacaca;
   display: none;
    position:absolute;
    bottom: 20px;
    right: 500;
    text-align: left;
    padding: 20px 20px 0 20px;
    width: 200px;
}



#tellAFriend .input, #loginWindow .input
{
    width: 186px;
}

#loginWindow 
{
    top: 20px;
    bottom: auto;
}

.modalClose 
{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#longPageNavigation UL LI
{
    margin-bottom: 5px;
}

.formCols br
{
    clear: both;
}

.formCols label
{   
    display: block;
    float:left;
    width: 100px;
    margin: 0 10px 5px 0;
}

.formCols input 
{
    margin-bottom: 5px;
    width: 175px;
}
