﻿/* pager */
table.pager 
{
    background-color: #E5F1F8;
    border: solid 1px #663200;
}

table.pager td 
{
    padding: 3px;
    vertical-align: middle;
}
/* end pager */

/* buttons */
a.btnRight 
{
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(_images/icon_next.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnLeft 
{
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(_images/icon_back.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnUp
{
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(_images/icon_up.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnDown
{
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(_images/icon_down.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnEdit
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(_images/icon_edit.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnDelete
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(_images/icon_delete.gif);
    background-position: center;
    background-repeat: no-repeat;
}
/* end buttons*/

.oddRow
{
    background: #fff;
}

.evenRow
{
     background: #e6eff7;
}

.selRow
{
     background: #dedede;
}

.admGrid
{
    width: 100%;
    table-layout: auto;
    overflow: hidden;
}

.admGrid, .admGrid td
{
    text-align: left;
    border: 0px;
    padding-left:4px;
    padding-right: 2px;
}

.admGrid th
{
    padding-left:4px;
    background: #dedede;
    border: 0px;
    border-bottom: 1px solid #cecece;
}

tr .odd
{
    background: #dedede;
    border-bottom: 1px solid #e5e5e5;
}



.calendars input[type="text"]
{
    width: 70px;
}

.calendar
{
    margin-left:3px;
    margin-right:2px;
}

.calendarPanel
{
    position:absolute;
    z-index:10001;
    background: #fff;
    margin-top:5px;
}

.calendarStyle td
{
    font: menu;
    text-align: center;
    text-transform: uppercase;
}

.calendarStyle td a
{
    text-decoration: none;
}

.calendarStyle a:hover
{
    
  
}

.calendarStyle th
{
    font-weight: bold; 
    color: black;
}



.productview{
	padding:6px;
	padding-bottom: 6px;
	margin-top:6px;
	margin-right:6px;
	width: 610px;
	border: 1px solid #efefef;
}

.productview img{
	border: 0px;
	padding: 3px;
}

.filelist
{
    margin-left: 0px;
}

.filelist li
{
    width: 300px;
    border-bottom: 1px solid #eeeeee;
    list-style-type: none;
}

.productcut
{
    margin-top: 10px;
    margin-left: 5px;
    clear: both;
    height: 26px;
    padding-left: 4px;
    background: #fff url(_images/productcutHeader.gif) no-repeat;
}

.productcut h2
{
    color: #4f95d6;
}

.productshortcutlist
{
    width: 650px; 

}

.boxcut
{
    float: left;
    margin-left: 5px;
    background: #eeeeee;
    padding: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #cecece;
}

.ImgNav
{
    cursor: pointer;
}

.shortcutbox a
{
    border: none;
}

.shortcutbox img
{
    border: none;
}

.box{
	width: 600px;
	margin-top: 25px;
	margin-right: 15px;
	clear: both;
	border-bottom: 1px solid #eeeeee;
	padding: 6px;
	height: auto;
}

.boxcontent{
		
}

#imagebox
{
    margin-bottom: 5px;
}

#imagecontent
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 300px;
}

.productthumbimages
{
    float: left;
    margin: 3px;
    padding: 2px;
    border: 1px solid #cecece;
  
}

#productdescription
{
    width: 320px;
}

.productinfo
{
    border-bottom: 1px dashed #eeeeee;
}

.boxcontent .imagecontainer
{
    float: left; 
    margin-right: 10px;
}

.boxcontent .boxprice
{
    float: right;
}

.lineL{
	border-left: 1px solid #eeeeee;
}

.lineR{
	border-right: 1px solid #eeeeee;
}


.box h2{
	color: #424141;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom:0px;
	font-size: 18px;
}

.box .link{
	background: #fff url(_images/readmorecube.jpg) no-repeat;
	background-position: 3px 4px;
	padding-left: 20px;
	float: right;
}


#specifications
{
    width: 100%;
}

#specificationtabs
{
    height: 20px;
    border-bottom: 1px solid #eeeeee;
    clear: both;
}

#tab1, #tab2
{
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 4px;
    margin-right: 1px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-decoration: none;
}

#tab1 a, #tab2 a
{
    padding-top: 5px;
}

/*Fix*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}