﻿#slideshow
{
    background-color : #FFFFFF ;
    height: 314px;
}

.productCell
{
    background-color: #E3E1D5;
    width : 180px;
    height : 240px;
    border-right-width : 1px;
    border-right-color :Black;
}

.subscribeImage{
    width:235px;
    height:150px;
    display:block;
    margin:15px 0 10px 0;
    border:solid 5px #d5d0bc;
}

.productThumbnail
{
    vertical-align : top;
    float : none;
}

.cell1
{
   background-color:#ffffff;
   height : 140px; 
}

.cell2
{
   background-color:#ffffff;
   height : 86px; 
}

#newsCell
{
    width:190px;
    height:300px;
    float:right;
    background-color:White;
}

.newsImageCell
{
    height:300px;
}

.divThumbPic
{
	border: 5px solid #d9d3d3;
	background: #ffffff;
	padding:2px;
	margin:0px;
	height:130px;
    width: 155px;
}

.divThumbPic2
{
	border: 5px solid #9fb8cc;
	background: #ffffff;
	padding:2px;
	margin:0px;
	height:130px;
    width: 155px;
}

.thumbPic
{
    width:155px;
    height:130px;
}

.info 
{
    direction:rtl;
	border: 1px solid #afae90;
	background: White;
	padding:4px;
	margin: 2px;
	width : 155px;
    height: 75px;
}

.info a {
	font-size: 13px; 
	color: #4c90ca; 
	text-decoration:none;
	text-align:right;
	float:right;
    width: 155px;
    height: 74px;
}

.info a:hover {
		text-decoration: underline;
}

#registerTextArea{
    padding:10px;
}

.subscribeTextBox
{
    font-family:Tahoma,arial,verdana;
    font-size:14px;
    width:160px;
    margin-right:20px;
    padding:2px 2px 2px 4px;
    color: #9D9D62;
    text-align:left;
    background-color:#FAFAFA;
    border: solid 5px #bfdcf2;
    margin:0;
}

.subscribeTextBox:focus
{
    border: solid 5px #83c3f1;
    background-color:White;
    color: #000000;
}

.subscribeForm{
    margin-top:20px;
}