﻿body
{
	font-family:Arial;
	font-size:14px;
	color:Black;
}

/* Master */
.Master
{
	width:910px;
	border: 1px solid #D1D3D4;
	background-color:White;
}

.masterbl
{
	height:35px;
	width:20px;
	background-image:url('images/master bl2.gif');
}

.masterbottom
{
	height:35px;
	background-image:url('images/master bottom2.gif');
}

.masterbr
{
	height:35px;
	width:20px;
	background-image:url('images/master br2.gif');
}

.pane
{
	vertical-align:top;
	margin-left:10px;
}

#div_content
{
	position:relative;
}

#div_title
{
	position:relative;
	top:-3px;
	left:15px;
	z-index:2;
}

#div_module
{
	position:relative;
	top:-16px;
	left:0px;
	z-index:1;
}

#div_colors
{
	position:relative;
	top:-3px;
	left:0px;
	z-index:2;
}

.titleleft
{
	height:15px;
	width:10px;
	background-image:url('images/Circle Red Left2.gif');
}

.titlemid
{
	height:15px;
	background-image:url('images/Circle Red Mid2.gif');
	font-family:Arial;
	font-size:12px;
	color:White;
}

.titleright
{
	height:15px;
	width:10px;
	background-image:url('images/Circle Red Right2.gif');
}

.titlerow
{
	height:15px;
}

/* Module Container */
.container
{
	/*border: 2px solid gray;*/
	overflow: scroll;
	height:100%;
}

.topleft
{
	height:15px;
	width:15px;
	background-image:url('images/curve tl2.jpg');
}

.top
{
	height:15px;
	background-image:url('images/top2.jpg');
}

.topright
{
	height:15px;
	width:15px;
	background-image:url('images/curve tr2.jpg');
}

.left
{
	width:15px;
	background-image:url('images/left2.jpg');
}

.right
{
	width:15px;
	background-image:url('images/right2.jpg');
}

.bottomleft
{
	height:15px;
	width:15px;
	background-image:url('images/curve bl2.jpg');
}

.bottom
{
	height:15px;
	background-image:url('images/bottom2.jpg');
}

.bottomright
{
	height:15px;
	width:15px;
	background-image:url('images/curve br2.jpg');
}


/* CoveyorBelt */
.stepcarousel{
    position: relative; /*leave this value alone*/
    overflow: scroll; /*leave this value alone*/
    margin-left:-3px;
}

.stepcarousel .belt{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel .panel{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 5px; /*margin around each panel*/
    /*width: 180px;*/ /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* NewProducts */
.npcontainer
{
	/*border: 2px solid gray;*/
}

/* MenuHorizontal */
.Menu
{
	font-family:Arial;
	font-weight:bolder;
	font-size:12pt;
	color:#D2D3D4;
	text-decoration:none;
	padding-right:25px;
}

.Menu a:hover
{
	color:#DC3B38;
}

.MenuSelected
{
	font-family:Arial;
	font-weight:bold;
	font-size:12pt;
	color:#DC3B38;
	text-decoration:none;
	padding-right:25px;
}

/* MenuHorizontalDDL */
.MenuDDL
{
	text-align:center;
	font-weight:bold;
}

/* Search */
.SearchLeft
{
	background-image:url('images/circle left.gif');
	width:10px;
	height:25px;
}

.SearchMid
{
	background-image:url('images/circle Mid.gif');
	height:25px;
}

.SearchRight
{
	background-image:url('images/circle right.gif');
	width:10px;
	height:25px;
}

.SearchTxt
{
	font-family:Arial;
	font-size:smaller;
	color:#D2D3D4;
}

/* Footer */
.Footer
{
	font-family:Arial;
	font-size:10pt;
	color:White;
}

/* Link */
a
{
	font-family:Arial;
	color:#808080;
	text-decoration:none;
}
a:hover
{
	color:#808080;
	/*font-weight:bolder;*/
	text-decoration:underline;
}

/* Products */
.pg
{
	font-family:Arial;
	color:#D2D3D4;
	font-size:11px;
	font-weight:bold;
}

.mn
{
	font-family:Arial;
	color:#000000;
	font-size:20px;
	font-weight:bold;
}

.desc
{
	font-family:Arial;
	color:#808080;
	font-size:11px;
	font-weight:bold;
}

.price
{
	font-family:Arial;
	color:#DC3B38;
	font-size:40px;
	font-weight:bold;
}

.euro
{
	font-family:Arial;
	color:#DC3B38;
	font-size:10px;
	vertical-align:middle;
}

.tdProduct
{
	text-align:center;
	vertical-align:middle;
}

.header
{
	background-color:#D2D3D4;
	color:White;
	font-family:Arial;
	font-weight:bold;
	font-size:larger;
}

.item
{
	/*background-color:#f2f2f2;*/
	border-bottom: solid 1px #D2D3D4;
	font-family:Arial;
	font-size:smaller;
	text-align:center;
}

.Locked
{
	text-align:center;
}

.details
{
	padding-left:50px;
}

/* Categories */
.CatTitle
{
	text-align:left;
	font-size:30px;
}

.ProdTable
{
	border:solid 1px black;
	text-align:left;
	padding:0;
	border-spacing:0;	
}

.link
{
	cursor:hand;
}

/* Maintenance */
.divMaintenance
{
	width:500px;
	height:200px;
	overflow:auto;
}

.mHeader
{
	border-bottom-style:solid;
	border-bottom-color:#808080;
	border-bottom-width:1px;
	background-color:#F2F2F2;
	font-size:18px;
}

.mPanel
{
	background-color:#FAFAFA;
}

/*Nav Bar*/
.navbar
{
	background-color:#DCC6EA;
	padding:0px;
}

.navbar a
{
	font-size:large;
	color:Black;
}
