﻿.productItem
{
border:0 solid black;
float:left;
height:140px;
margin:3px;
padding:3px;
text-align:center;
width:180px;
}
.productItem p
{
	font-weight:lighter;
}
.productItem h3 
{
	text-align:center;
	color:White;
	font-size:15px;
	margin:0px auto 0px auto;
	background-color:#0061AC;
}
.productItem strong
{
	font-weight:bolder;
}
.productListPaging a
{
	margin-right:5px;
}

.productListPaging
{
    font-size:11px;
}

.productImage
{
	cursor:pointer;
	height:64px;
	margin:0 auto;
	padding-bottom:20px;
	text-align:center;
	width:64px;
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../img/noimg2.gif) no-repeat scroll 0 0;
}
#basketHolder
{

}

.viewBasketButtons
{
	text-align:center;
}

/*MODEL-LIST*/
.listmodelitem
{
    border:solid 1px #000;
    margin:5px;
}

/*Product_list columns*/
.product_col1
{
    width:250px;
}
.product_col2
{
    
}
.product_col3
{
    
}
.product_col4
{
    
}

.product_col5
{
    text-align:center;
}

.product_col6
{
    
}
.product_col7
{
    width:100px;
}

.product_list_img
{
    margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
}

.product_thumbnail
{
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	z-index:0;

}

/*Hover effect in product list */
.productlist_hover{
	background:url(../img/thumb_back.png) no-repeat center center; 
	border: none;
}
/* temp image fix */
img{border:0;}


/*autocomplete*/
#search_ajax
{
    text-transform:capitalize;
    overflow:hidden;
    border:1px solid #000;
    background-color:#fff;
    text-align:left;
}

#search_ajax tr
{
    cursor:pointer;
}
#search_ajax .active
{
    background-color:yellow;
}
#outer_search_ajax
{
    height:300px;
    position:absolute;
}

.prodlist_qty{
    font-size: 10px; 
    float:left;
}
.addtobasket_link
{
    cursor: pointer;
    background:transparent url('../img/buy.gif') no-repeat top left;
    text-indent:-200px;
    overflow:hidden;
    display:block;
    width:20px;
    height:15px;
    margin-top:2px;
}
.prodlist_discount_input
{
    font-size:10px;
    width:40px;
}
.divModelInfo
{
    position:relative;
}
.default_padding
{
    padding-left:10px;
    padding-right:10px;
}

/* Tag Cloud */

div.tag_container
{
    width:200px;
    text-align:center;
}

a.tag_link
{
    margin-right:5px;    
}
a.tag_1
{
    font-size:smaller;
}
a.tag_2
{
    font-size:small;
}
a.tag_3
{
    font-size:medium;
}
a.tag_4
{
    font-size:large;
}
a.tag_5
{
    font-size:larger;
}
a.tag_6
{
    font-size:x-large;
}
a.tag_7
{
    font-size:xx-large;
}
a.tag_8
{
    font-size:xx-large;
}
a.tag_9
{
    font-size:xx-large;
}
a.tag_0
{
    font-size:xx-small;
}

/* price_ladder */

table.price_ladder
{
    width:100%;
}
table.price_ladder tr td.itemstep
{
    text-align:right;
}
table.price_ladder tr td:first-child
{
    text-align:left;
}
/*price matrix*/
table.table_product_matrix caption
{
    text-align:left;
    font-size:large;
}

/* FILTER */

input.pt-combo
{
    font-family:Verdana; 
    font-size: 10px; 
    height:16px;
}
li.pt-combo-item
{
    font-family:Verdana; 
    font-size: 10px;
}
button.pt-combo-button
{
    font-size:9px; 
    height:20px
}
button.pt-combo-button span.ui-icon
{
    margin-top:-12px;
}

/* MODEL HEADER SECTION */

span.model_title_select
{
    padding-bottom:1px; 
    border-bottom:1px dotted #333333;
}
div.model_title_main
{
    width:100%;
}
div.model_title_left
{
    width:85%; 
    float:left; 
    padding-top:5px; 
    text-align:center;
}
div.model_title_right
{
    float:left;
    width:13%; 
    text-align:right; 
    padding-top:5px;
}

div.ListEnd
{
    width:100%; 
    height:5px; 
    margin-top:3px
}