@charset "utf-8";
/* Global parameters */
@import url('modernrugs_includes.css');

body {
	background-color: #faf2e0;
	color: #a1a1a3;
	margin: 0;
}
/* Top Header */
.topHeader {
	height: 77px;
	width: 100%;
	background: #990000;
	padding: 0;
	margin: 0;
	display: table;
}
#mrLogo {
	display: block;
	width: 240px;
	height: 50px;
	top: 0px;
	left: 0px;
	position: absolute;
}

#top_specs a, a:visited {color:#990000; text-decoration:underline}

#middleDate {
	text-align: center;
	font-size: 10px;
	margin-top: 23px;
	margin-left: 240px;
	margin-right: 310px;
	display: block;
}
#topSideMenuPlace {
	position: absolute;
	width: 310px;
	height: 25px;
	right: 0px;
	top: 0px;
}
.topSideMenu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.topSideMenu li {
	display: inline;
}
.topSideMenuBottom {
	padding-left: 25px;
}
.topSideMenuBottom li {
		border-top: solid #DE5E5F 1px;
		font-size: 12px;
		color: #ffffff;
		font-weight: bolder;
		padding-right: 10px;
		border-right: solid #DE5E5F 1px;
		padding-left: 5px;
}
.topSideMenu li.labelAdvanced {
	color: #FFD863;
	font-size: 17px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-stretch: expanded;
	padding-right: 20px;
	margin-right: 4px;
	border-right: solid #EAB000 1px;
}
.topSideMenu input#sideMenuSearch {
	width: 106px;
}

td.description a, a:visited {
	color:#900;
	text-decoration:underline
}

#navigationBar {
	position: absolute;
	top: 53px;
	padding-left: 5px;
	text-align: center;
	width: 100%;
}
/* TopSideMenu */
#sideMenuCart {
	float: left;
}
/* Misc things */
#Testing {
	border: 15px solid whitesmoke ;
}
h2 {
	color: #ffffff;
	background: none;
	font-size: 34px;
	font-family: "Century Gothic", Verdana, Arial, sanf-serif;
	margin: 0;
}
a.actionLink {
	display: block;
	border: 1px #969696 outset;
	color: #a1a1a3;
	background-color: #f7f7f7;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	padding: 5px 10px;
	width:100px;
	float:right;
}
a.actionMoreInfo {
	color: #330099;
}
a.actionRemove {
	color: #990033;
}

.port-right-buttons {
	display: block;
	width:95px;
	float:right;
	margin-right:25px
}
.commentsArea {
	width: 400px;
	height: 110px;
	background-color: #eaeaea;
	color: #a1a1a3;
	display: none;
	margin: 0pt auto;
	padding: 0;
}
* html .commentsArea {
	margin: 0;
	color:#990000;
}
.commentsRow {
	width: 400px;
	text-align: left;
	padding: 10px;
	float: left;
	display: block;
	color:#990000;
}

.commentsRowEdit a {
	display: none;
	color:#990000;
}
.commentsRowEdit .commentsArea {
	display: block;
	float: left;
	color:#990000;
}

.tableButton {
	float: right;
	margin-left: 20px;
	margin-top: 15px;
	margin-right: 5px;
	background-color: #eaeaea;
	color: #000000;
	border: 1px solid black;
}
/* Select replacement */
select {
	display: block;
}
select.replaced {
  display: none;
}
ul.selectReplacement {
  padding: 0;
  height: 1.65em;
  width: 300px;
  position: absolute;
}
ul.selectReplacement li {
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 11px;
  line-height: 1.7em;
  list-style: none;
  margin: 0;
  padding: 1px 12px;
  width: 276px;
}
ul.selectOpen li {
  background: #666666;
  display: block;
}
ul.selectReplacement li.selected {
  color: #fff;
  display: block;
	border: 1px solid #888888;
	background-image: url(http://www.modernrugs.com/images/port-arrow.png);
	background-position: right;
	background-repeat: no-repeat;
}
ul.selectOpen li.selected {
  background: #f60;
  display: block;

}
ul.selectOpen li:hover,
ul.selectOpen li.hover,
ul.selectOpen li.selected:hover {
  background: #f60;
  color: #fff;
}
/* Color selector */
#colorSelect {
	width: 325px;
	height: 100px;
	margin: 0 auto;
	color:#C1C1C1
}
#colorSelect span {
	display: block;
	width: 27px;
	height: 13px;
	float: left;
}
/* Portfolio Header */
.portfolioHeader {
	background-image: url(http://www.modernrugs.com/portfolio-bg.jpg);
	background-position: center;
	padding-bottom: 100px;
	padding-right: 20px;
	background-repeat: no-repeat;
	text-align: right;
	color: #900;
	font-size: 3.5em;
}
.nameHeader {
	width: 160px;
	text-align: left;
	padding-left: 180px;
	display: block;
	float: left;
}
.categoryHeader {
	width: 69px;
	display: block;
	float: left;
}
.collectionHeader {
	width: 84px;
	display: block;
	float: left;
}
.sizeHeader {
	width: 80px;
	display: block;
	float: left;
}
.quantityHeader {
	width: 10px;
	display: block;
	float: left;
}
.actionHeader {
	width: 50px;
	display: block;
	float: left;
}
/* Portfolio Table */
.portfolioRow {
	text-align: center;
	font-size: 14px;
	display: block;
	float:left;
	clear: both;
	padding:30px 20px;
	font-weight:normal;
	text-decoration:none;
	width:95%;
	min-height:180px;
}
.portfolioRow:hover {
	background-color: #bbb;
}
.selectField {
	height: 148px;
	width: 37px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bolder;
}
.thumbField {
	height: 150px;
	width: 130px;
	float: left;
}
.nameField {
	width: 400px;
	float: left;
	text-align: left;
	padding-left: 8px;
}
.categoryField {
	height: 35px;
	width: 100px;
	float: left;
}
.collectionField {
	height: 35px;
	width: 84px;
	float: left;
}
.sizeField {
	height: 15px;
	float: left;
	display: block;
	position: relative;
}
* html .sizeField {
	left: -25px;
}
.editSize {
	border: 1px #a1a1a3 solid;
}
.sizeSelect {
	border: 1px #a1a1a3 solid;
	display: none;
}
.sizeFieldActive .editSize {
	display: none;
}
.sizeField .selectReplacement {
	background: none;
	width: 40px;
	color: #a1a1a3;
	left: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}
.sizeField ul.selectReplacement li {
	width: 100px;
	margin-left: 3px;
	font-size: 14px;
	color: #666666;
}
.sizeField ul.selectOpen li {
	color: #ffffff;
}
.qtyBox {
	height: 15px;
	float: left;
	margin-top: 10px;
	width: 22px;
	border: 1px #a1a1a3 solid;
	margin-right: 30px;
}
.moreInfoField {
	width: 40px;
	float: left;
}
.removeField {
	height: 35px;
	width: 40px;
	float: left;
}
.commentsField {
	height: 148px;
	width: 40px;
	float: left;
}
.itemRemoved {
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
	display: none;
	position: relative;
	color: white;
}
.portfolioRowRemoved, .portfolioRowRemoved:hover {
	background-color: #994e4e;
	border: 1px #eaeaea solid;
}
.portfolioRowHidden {
	display: none;
}
.portfolioRowRemoved .itemRemoved, .portfolioRowRemoved .itemRemoved p, .portfolioRowRemoved .itemRemoved a{
	display: block;
}
.portfolioRowRemoved a, .portfolioRowRemoved span, .portfolioRowRemoved input {
	display: none;
}
.itemRemoved p {
}
/* Sidebar */
.sidebarContent {
	width: 25%;
	float: left;
	background-color: #990000;
	margin:0 0 -5880px 0; 
	padding:0 0 6000px 0;
}
.sidebarLink {
	color: #eaeaea;
	display: block;
	width: 180px;
}
.sidebarLink:hover {
	color: #ffffff;
}
.sidebarLinkActive {
	font-weight: bold;
	color: #ffffff !important;
}
/* Admin section */
.adminSection {
	display: none;
}
.adminSectionActive {
	display: block;
}
.adminSection h3 {
	margin: 0;
}
.adminSection a {
	margin-top: 10px;
	display: block;
}
/* Messaging */
.messaging {
	width: 175px;
	float: left;
	text-align: left;
	display: none;
	font-size: 12px;
	margin-top: 15px;
	color: black;
	background-color: #929292;
	border: 1px #707070 solid;
	margin-left: 15px;
	padding: 2px;
}
.messagingActive {
	display: block;
}
.messaging .loading {
	float: right;
	padding-left: 15px;
	display: none;
}
.messaging .loadingActive {
	display: block;
}
/* Layout */
.mainFrame {
	overflow: hidden; 
	clear:both; 
	margin:20px auto 20px auto;
	width: 975px;
}
.mainContent {
	float: right;
	width: 75%;
	background: #e4e4e4;
	margin:0 0 -5880px 0;
	padding:0 0 6000px 0;
	overflow: hidden; 
}
.mainContent p, .mainContent form {
	margin: 0;
}
.mainContent h2 {
	color: black;
}
.mainContent h1 {
	margin: 0 0 .5em 0;
}
.clearFooter {
	clear: both;
	margin: 0;
}

/* Order Page - Custom Size */
.customAdd {
    text-align: center;
}

.customSize td {
    font-size: 9px;
}

#desc a {
	text-decoration:underline
}

#default a {
	text-decoration:underline
}

#imported a {
	text-decoration:underline
}

#search a {
	text-decoration:underline;
}


/* Old legacy */
a {
	COLOR: #847784; FONT-FAMILY: verdana, arial, sanf-serif; TEXT-DECORATION: none
}
a:visited {
	COLOR: #847784; FONT-FAMILY: verdana, arial, sanf-serif; TEXT-DECORATION: none
}
a:active {
	COLOR: #999999; FONT-FAMILY: verdana, arial, sanf-serif; TEXT-DECORATION: underline
}
a:hover {
	COLOR: #999999; FONT-FAMILY: verdana, arial, sanf-serif; TEXT-DECORATION: underline
}
.subhead {
	MARGIN-TOP: 3px; COLOR: #817784; FONT-FAMILY: verdana, arial, sanf-serif; TEXT-DECORATION: none
}

