﻿/* Styles for table product text-shadow: 1px 1px 1px #6B6B6B */
@import url(layout.css);

.Head1Style {
	height:24px;
   	text-align:center;
	font-size:24px;
	color:black;
    font-weight:bold;
    text-shadow: 1px 1px 1px #6B6B6B
}

.TableHeadStyle {
	height:16px;
	width:350px;
   	text-align: left;
	padding-left:4px;
	font-size:16px;
	color:#990000

}

.TableDescrStyle {
	height:24px;
	width:350px;
   	text-align: left;
	padding-left:4px;
	font-size:14px
}

.TableBotStyle {
	height:14px;
	width:350px;
   	text-align: left;
	padding-left:16px;
	font-size:12px
}

.TableCartStyle {
	height:40px;
	width:160px;
   	text-align: center;
	padding-left:1px;
	font-size:15px
}

.TablePicStyle {
	height:76px;
	width:76px;
   	text-align: center;
	padding-left:1px;
	font-size:15px;
	border-width:2px;
    border-color:silver;
	border-bottom-style: outset;
	border-top-style: outset;
	border-left-style: outset;
	border-right-style:  outset
}

.TableHeadStyleMain {
	height:14px;
	width:250px;
   	text-align: center;
	font-size:16px;
	color:#990000

}

.TableBotStyleMain {
	height:14px;
	width:250px;
   	text-align: center;
	font-size:12px
}

.TablePicStyleMain {
	height:120px;
	width:120px;
   	text-align: center;
	padding-left:2px;
	font-size:10px;
	border-width:2px;
    border-color:silver;
	border-bottom-style: outset;
	border-top-style: outset;
	border-left-style: outset;
	border-right-style:  outset
}


